diff --git a/browser/package.json b/browser/package.json index bed9e81a0..68b86a1f9 100644 --- a/browser/package.json +++ b/browser/package.json @@ -7,10 +7,10 @@ "ng": "ng", "update": "ng update", "build": "gulp updateBrowser && gulp overwrite-package-json && ng build --configuration production --progress=true", - "start": "gulp updateBrowser --max_old_space_size=12192 && node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve --configuration es5 -o", - "startProd": "gulp updateBrowser --max_old_space_size=12192 && node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve --configuration production --configuration es5 -o --progress=true", - "start:es5": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o", - "startHost": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve --configuration es5 -o", + "start": "gulp updateBrowser && ng serve --configuration es5 -o", + "startProd": "gulp updateBrowser && ng serve --configuration production --configuration es5 -o --progress=true", + "start:es5": "ng serve -o", + "startHost": "ng serve --configuration es5 -o", "sass-js-compile-check": "gulp sass-js-compile-check", "test": "ng test", "lint": "ng lint",