Skip to content

Commit

Permalink
fix(compatibility): keep case sensitivity intact when minifying html …
Browse files Browse the repository at this point in the history
…template #123 (#124)
  • Loading branch information
frankfoerster authored and Akryum committed Oct 20, 2019
1 parent 88704a6 commit afcae54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ exports.chainWebpack = (webpackConfig) => {
if (isProd) {
webpackConfig.plugin('html').tap(args => {
args[0].minify.removeComments = false
args[0].minify.caseSensitive = true
return args
})
}
Expand Down

0 comments on commit afcae54

Please sign in to comment.