This commit is contained in:
liyuwanglan
2023-12-05 11:08:03 +08:00
parent dae91ed243
commit ae8239e5de
20 changed files with 1004 additions and 537 deletions

View File

@@ -3,6 +3,7 @@ let webpack = require('webpack')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false, //关闭eslint校验
productionSourceMap: false, //在生产模式中禁用 Source Map既可以减少包大小也可以加密源码
configureWebpack: {
// disable performance hints
performance: {