Set maxWorker for remix-ide workspace config

pull/9/head
ioedeveloper 4 years ago
parent d822faa36f
commit a016942e2d
  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