mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
Switch back to old "preserve whitespace" mode to fix missing s
This commit is contained in:
parent
4d5df86d09
commit
f7c5e55481
|
|
@ -27,6 +27,15 @@ module.exports = {
|
|||
// return options;
|
||||
// });
|
||||
// },
|
||||
|
||||
chainWebpack: config => {
|
||||
config.module
|
||||
.rule('vue')
|
||||
.use('vue-loader')
|
||||
.tap(args => {
|
||||
args.compilerOptions.whitespace = 'preserve'
|
||||
})
|
||||
},
|
||||
devServer: {
|
||||
contentBase: [
|
||||
'./public',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user