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 1f76d11 commit d7f13a9Copy full SHA for d7f13a9
conf/webpack/Dist.js
@@ -22,25 +22,13 @@ class WebpackDistConfig extends WebpackBaseConfig {
22
NODE_ENV: 'production'
23
}),
24
new webpack.LoaderOptionsPlugin({
25
- minimize: true,
+ minimize: false,
26
debug: false
27
28
new webpack.optimize.AggressiveMergingPlugin(),
29
new HtmlWebpackPlugin({
30
template: 'index.html',
31
filename: '../index.html',
32
- minify: {
33
- removeComments: true,
34
- collapseWhitespace: true,
35
- removeRedundantAttributes: true,
36
- useShortDoctype: true,
37
- removeEmptyAttributes: true,
38
- removeStyleLinkTypeAttributes: true,
39
- keepClosingSlash: true,
40
- minifyJS: true,
41
- minifyCSS: true,
42
- minifyURLs: true,
43
- },
44
45
//new webpack.NoErrorsPlugin()
46
]
0 commit comments