Commit bceedfd7 authored by gxkai's avatar gxkai

fix: maxWorkers

parent a4d92803
......@@ -88,7 +88,8 @@
],
"styles": [],
"scripts": [],
"webpackConfig": "apps/remix-ide/webpack.config.js"
"webpackConfig": "apps/remix-ide/webpack.config.js",
"maxWorkers": 2
},
"configurations": {
"production": {
......@@ -709,7 +710,8 @@
],
"styles": [],
"scripts": [],
"webpackConfig": "apps/remix-ide/webpack.config.js"
"webpackConfig": "apps/remix-ide/webpack.config.js",
"maxWorkers": 2
},
"configurations": {
"production": {
......@@ -959,7 +961,8 @@
],
"styles": ["apps/solidity-compiler/src/styles.css"],
"scripts": [],
"webpackConfig": "apps/remix-ide/webpack.config.js"
"webpackConfig": "apps/remix-ide/webpack.config.js",
"maxWorkers": 2
},
"configurations": {
"production": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment