We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af5f0a commit 7e24deaCopy full SHA for 7e24dea
apps/webpack.js
@@ -250,14 +250,14 @@ function create(options) {
250
if (minify) {
251
config.plugins = config.plugins.concat(
252
[
253
- new webpack.optimize.UglifyJsPlugin({
254
- compressor: {
255
- warnings: false
256
- },
257
- // Don't generate source maps for our minified code, as these are expensive
258
- // and we haven't been using them.
259
- sourceMap: false
260
- }),
+ // new webpack.optimize.UglifyJsPlugin({
+ // compressor: {
+ // warnings: false
+ // },
+ // // Don't generate source maps for our minified code, as these are expensive
+ // // and we haven't been using them.
+ // sourceMap: false
+ // }),
261
new UnminifiedWebpackPlugin(),
262
]
263
);
0 commit comments