From dd132c3ef780200aebe3939f9249879495212d8a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 25 Aug 2016 01:02:27 +0300 Subject: www: evil icons --- juick-www/webpack.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'juick-www/webpack.config.js') diff --git a/juick-www/webpack.config.js b/juick-www/webpack.config.js index ace447f6..8f4e344a 100644 --- a/juick-www/webpack.config.js +++ b/juick-www/webpack.config.js @@ -6,7 +6,8 @@ module.exports = { entry: { "scripts" : globby.sync([ __dirname + "/src/main/static/*.*", - require.resolve('font-awesome/css/font-awesome.css') + require.resolve('evil-icons/assets/evil-icons.css'), + require.resolve('evil-icons/assets/evil-icons.js') ]) }, output: { @@ -19,8 +20,7 @@ module.exports = { ], loaders: [ { test: /\.css$/, loader: ExtractTextPlugin.extract("style-loader", "css-loader") }, - { test: /\.woff(2)?(\?v=[0-9]\.[0-9]\.[0-9])?$/, loader: "url-loader?limit=100000000000" }, - { test: /\.(ttf|eot|svg)(\?v=[0-9]\.[0-9]\.[0-9])?$/, loader: "url-loader?limit=10000000000" }, + { test: /\.svg$/, loader: "url-loader?limit=10000000000" }, ] }, plugins: [ -- cgit v1.2.3