From cbcf557a343ba26df2ab7dfb56d9bfa6757959cf Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Tue, 29 Jan 2019 14:33:58 +0300 Subject: [PATCH] azuremonitor: revert "memory for webpack build" --- scripts/grunt/options/exec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/grunt/options/exec.js b/scripts/grunt/options/exec.js index 0bc5f071206..3296abecfd4 100644 --- a/scripts/grunt/options/exec.js +++ b/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', }; };