|
@@ -66,6 +66,7 @@ module.exports = {
|
|
|
assetsDir: 'static', // 相对于outputDir的静态资源(js、css、img、fonts)目录
|
|
|
lintOnSave: false, // 是否在开发环境下通过 eslint-loader 在每次保存时 lint 代码
|
|
|
runtimeCompiler: true, // 是否使用包含运行时编译器的 Vue 构建版本
|
|
|
+ parallel: false, //用于解决 node Syntax Error: Thread Loader (Worker 0) 报错问题
|
|
|
|
|
|
configureWebpack: {
|
|
|
plugins: [
|