diff --git a/package.json b/package.json index 39a963b41..29366c655 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "start": "node ./built", "debug": "DEBUG=misskey:* node ./built", "swagger": "node ./swagger.js", - "build": "node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js && gulp build", - "webpack": "node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack.js", + "build": "node --max_old_space_size=8192 ./node_modules/webpack/bin/webpack.js && gulp build", + "webpack": "node --max_old_space_size=8192 ./node_modules/webpack/bin/webpack.js", "gulp": "gulp build", "rebuild": "gulp rebuild", "clean": "gulp clean",