From 6ff862fc0a5dfd418dbe171afb79ef9d7f2dd4ba Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 5 Sep 2016 00:06:40 +0300 Subject: extract inlined images and inline it with webpack --- juick-www/webpack.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'juick-www/webpack.config.js') diff --git a/juick-www/webpack.config.js b/juick-www/webpack.config.js index 8f4e344a..86cc3bf0 100644 --- a/juick-www/webpack.config.js +++ b/juick-www/webpack.config.js @@ -20,6 +20,7 @@ module.exports = { ], loaders: [ { test: /\.css$/, loader: ExtractTextPlugin.extract("style-loader", "css-loader") }, + { test: /\.png$/, loader: "url-loader?limit=10000000000" }, { test: /\.svg$/, loader: "url-loader?limit=10000000000" }, ] }, -- cgit v1.2.3