diff --git a/frontend/vue.config.js b/frontend/vue.config.js index c966ee81..610e9166 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -1,4 +1,5 @@ module.exports = { runtimeCompiler: true, - publicPath: '[{[ .StaticURL ]}]' + publicPath: '[{[ .StaticURL ]}]', + parallel: 2, } \ No newline at end of file