ソースを参照

azuremonitor: revert "memory for webpack build"

Alexander Zobnin 7 年 前
コミット
cbcf557a34
1 ファイル変更1 行追加1 行削除
  1. 1 1
      scripts/grunt/options/exec.js

+ 1 - 1
scripts/grunt/options/exec.js

@@ -20,6 +20,6 @@ module.exports = function(config, grunt) {
     },
     jest: 'node ./node_modules/jest-cli/bin/jest.js --maxWorkers 2',
     webpack:
-      'node --max-old-space-size=4096 ./node_modules/webpack/bin/webpack.js --config scripts/webpack/webpack.prod.js',
+      'node ./node_modules/webpack/bin/webpack.js --config scripts/webpack/webpack.prod.js',
   };
 };