From 92fde4dd12b5609180af56080ebc272b2109c934 Mon Sep 17 00:00:00 2001 From: Oleg Lobanov Date: Mon, 27 Jul 2020 19:35:02 +0200 Subject: [PATCH] build: set limit for vuejs build threads --- frontend/vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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