Set maxWorker for remix-ide workspace config

pull/5370/head
ioedeveloper 5 years ago
parent 6ed53c7f1f
commit cc02f6fc5a
  1. 3
      workspace.json

@ -21,7 +21,8 @@
],
"styles": [],
"scripts": [],
"webpackConfig": "apps/remix-ide/webpack.config.js"
"webpackConfig": "apps/remix-ide/webpack.config.js",
"maxWorkers": 6
},
"configurations": {
"production": {

Loading…
Cancel
Save