Commit bceedfd7 authored by gxkai's avatar gxkai

fix: maxWorkers

parent a4d92803
...@@ -88,7 +88,8 @@ ...@@ -88,7 +88,8 @@
], ],
"styles": [], "styles": [],
"scripts": [], "scripts": [],
"webpackConfig": "apps/remix-ide/webpack.config.js" "webpackConfig": "apps/remix-ide/webpack.config.js",
"maxWorkers": 2
}, },
"configurations": { "configurations": {
"production": { "production": {
...@@ -709,7 +710,8 @@ ...@@ -709,7 +710,8 @@
], ],
"styles": [], "styles": [],
"scripts": [], "scripts": [],
"webpackConfig": "apps/remix-ide/webpack.config.js" "webpackConfig": "apps/remix-ide/webpack.config.js",
"maxWorkers": 2
}, },
"configurations": { "configurations": {
"production": { "production": {
...@@ -959,7 +961,8 @@ ...@@ -959,7 +961,8 @@
], ],
"styles": ["apps/solidity-compiler/src/styles.css"], "styles": ["apps/solidity-compiler/src/styles.css"],
"scripts": [], "scripts": [],
"webpackConfig": "apps/remix-ide/webpack.config.js" "webpackConfig": "apps/remix-ide/webpack.config.js",
"maxWorkers": 2
}, },
"configurations": { "configurations": {
"production": { "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