aboutsummaryrefslogtreecommitdiff
path: root/vnext/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-08-14 10:49:03 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit340d8b124edc2b73fce4ab1c150c2a4fffb0c7d3 (patch)
tree6445dfd3f65389ac5dbed25ad0e9da7b65a29512 /vnext/webpack.config.js
parent61beab8257b0e1c6a8a00aa0498b7cdefe1c94a6 (diff)
Icon: load from external sprite
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r--vnext/webpack.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js
index 62042731..041d3924 100644
--- a/vnext/webpack.config.js
+++ b/vnext/webpack.config.js
@@ -25,7 +25,8 @@ module.exports = (env, argv) => {
'core-js/modules/es.symbol',
'core-js/modules/web.dom-collections.iterator',
'url-polyfill',
- __dirname + '/src/index.js'
+ __dirname + '/src/index.js',
+ require.resolve('evil-icons/assets/evil-icons.css')
]
},
output: {