浏览代码

Update vue.config.js

moccus 1 年之前
父节点
当前提交
7a4cb796c8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      vue.config.js

+ 1 - 0
vue.config.js

@@ -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: [