From 340d8b124edc2b73fce4ab1c150c2a4fffb0c7d3 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 14 Aug 2019 10:49:03 +0300 Subject: Icon: load from external sprite --- vnext/webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vnext/webpack.config.js') 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: { -- cgit v1.2.3