Skip to content

Commit

Permalink
build: set limit for vuejs build threads
Browse files Browse the repository at this point in the history
  • Loading branch information
o1egl committed Jul 27, 2020
1 parent 95bc929 commit 92fde4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/vue.config.js
@@ -1,4 +1,5 @@
module.exports = {
runtimeCompiler: true,
publicPath: '[{[ .StaticURL ]}]'
publicPath: '[{[ .StaticURL ]}]',
parallel: 2,
}

0 comments on commit 92fde4d

Please sign in to comment.