mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Don’t minify js and css inside html
This commit is contained in:
parent
90445505bb
commit
fde8556ea7
1 changed files with 7 additions and 1 deletions
|
|
@ -284,7 +284,13 @@ export default {
|
|||
** Build configuration
|
||||
*/
|
||||
build: {
|
||||
html: { minify: { collapseWhitespace: true } },
|
||||
html: {
|
||||
minify: {
|
||||
minifyCSS: false,
|
||||
minifyJS: false,
|
||||
collapseWhitespace: true
|
||||
}
|
||||
},
|
||||
/*
|
||||
** You can extend webpack config here
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue