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": [], "styles": [],
"scripts": [], "scripts": [],
"webpackConfig": "apps/remix-ide/webpack.config.js" "webpackConfig": "apps/remix-ide/webpack.config.js",
"maxWorkers": 6
}, },
"configurations": { "configurations": {
"production": { "production": {

Loading…
Cancel
Save