chore: config;

This commit is contained in:
钱冠学
2024-04-22 11:09:52 +08:00
parent b5540d6159
commit a9a6f5a011
3 changed files with 12583 additions and 10674 deletions

View File

@@ -28,6 +28,9 @@ module.exports = {
'no-debugger': 0,
'linebreak-style': [0, 'error', 'windows'],
' vue/no-parsing-error': 0,
"vue/multi-word-component-names": 0,
"vue/custom-event-name-casing": 0,
"vue/no-ref-as-operand": 0,
},
overrides: [
{

23252
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -101,6 +101,8 @@ module.exports = {
// propList: ['font', 'font-size'],
// })
// .end()
config.module.rule('.mjs').test(/.mjs$/).include.add(/node_modules/).end().type('javascript/auto');
},
configureWebpack: {
output: {