mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-09-08 18:45:26 -05:00
Switch back to old "preserve whitespace" mode to fix missing s
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user