diff options
author | Vitaly Takmazov | 2019-08-14 10:49:03 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 340d8b124edc2b73fce4ab1c150c2a4fffb0c7d3 (patch) | |
tree | 6445dfd3f65389ac5dbed25ad0e9da7b65a29512 /vnext/webpack.config.js | |
parent | 61beab8257b0e1c6a8a00aa0498b7cdefe1c94a6 (diff) |
Icon: load from external sprite
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 3 |
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: { |