We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0497a5 commit d5ea382Copy full SHA for d5ea382
bin/commands/bundle.js
@@ -8,7 +8,7 @@ module.exports = {
8
const configPath = resolve(__dirname, '../../config/rspack.config.js');
9
call('rspack', `build --c "${configPath}" ${(args.strings || []).join(' ')}`, {
10
env: {
11
- NODE_OPTIONS: '--max-old-space-size=4096',
+ NODE_OPTIONS: '--max-old-space-size=8192',
12
},
13
});
14
0 commit comments