diff options
Diffstat (limited to 'juick-www/webpack.config.js')
-rw-r--r-- | juick-www/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
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: [ |