mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-01 19:10:22 +02:00
remove html minification
This commit is contained in:
@@ -13,6 +13,12 @@ export default function (config, env, helpers) {
|
||||
if (env.isProd) {
|
||||
config.devtool = false; // disable sourcemaps
|
||||
|
||||
const htmlWebpackPlugin = helpers.getPluginsByName(config, 'HtmlWebpackPlugin')[0];
|
||||
Object.assign(htmlWebpackPlugin.plugin.options.minify, {
|
||||
removeComments: false,
|
||||
collapseWhitespace: false
|
||||
})
|
||||
|
||||
config.plugins.push(
|
||||
new CommonsChunkPlugin({
|
||||
name: 'vendor',
|
||||
|
Reference in New Issue
Block a user