From 76cfd6d4f3b43e6e2b7af76841c584111f263aae Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 12 Jul 2016 10:24:51 +0300 Subject: uglify js --- juick-www/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/webpack.config.js') diff --git a/juick-www/webpack.config.js b/juick-www/webpack.config.js index d72c23e5..3a689a28 100644 --- a/juick-www/webpack.config.js +++ b/juick-www/webpack.config.js @@ -14,7 +14,7 @@ module.exports = { module: { loaders: [ { test: /\.css$/, loader: ExtractTextPlugin.extract("style-loader", "css-loader") }, - { test: /scripts\.js$/, exclude: /node_modules/, loader: "expose?Juick" }, + { test: /scripts\.js$/, exclude: /node_modules/, loader: "script!uglify" }, ] }, plugins: [ -- cgit v1.2.3