This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 71c5c0f fix for issue#8269 (#8270)
71c5c0f is described below
commit 71c5c0f3665b6adbf547cca9d50f383ae65f051c
Author: ashun <[email protected]>
AuthorDate: Tue Nov 19 23:13:47 2019 +0800
fix for issue#8269 (#8270)
---
superset/assets/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/assets/package.json b/superset/assets/package.json
index 68b343d..02bc906 100644
--- a/superset/assets/package.json
+++ b/superset/assets/package.json
@@ -12,7 +12,7 @@
"test": "jest",
"cover": "jest --coverage",
"dev": "webpack --mode=development --colors --progress --debug --watch",
- "dev-server": "webpack-dev-server --mode=development --progress",
+ "dev-server": "node --max_old_space_size=4096
./node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode=development
--progress",
"prod": "node --max_old_space_size=4096 webpack --mode=production --colors
--progress",
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192
NODE_ENV=production webpack --mode=production --colors --progress",
"lint": "eslint --ignore-path=.eslintignore --ext .js,.jsx . && tslint -c
tslint.json ./{src,spec}/**/*.ts{,x}",