Skip to content

Commit d5ea382

Browse files
authored
Update bundle.js
1 parent c0497a5 commit d5ea382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/commands/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
const configPath = resolve(__dirname, '../../config/rspack.config.js');
99
call('rspack', `build --c "${configPath}" ${(args.strings || []).join(' ')}`, {
1010
env: {
11-
NODE_OPTIONS: '--max-old-space-size=4096',
11+
NODE_OPTIONS: '--max-old-space-size=8192',
1212
},
1313
});
1414
},

0 commit comments

Comments
 (0)