williaster commented on a change in pull request #5934: Ensure npm run build is
in production mode
URL:
https://github.com/apache/incubator-superset/pull/5934#discussion_r219253795
##########
File path: superset/assets/package.json
##########
@@ -15,7 +15,7 @@
"dev": "webpack --mode=development --colors --progress --debug --watch",
"dev-server": "webpack-dev-server --mode=development --progress",
"prod": "node --max_old_space_size=4096 webpack --mode=production --colors
--progress",
Review comment:
should we also add this to the `prod` script? or delete this script?
@mistercrunch do you know why this is here? airbnb doesn't use it, and iirc it
was just setting an upper limit on the process, which also makes it take like
20 min.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]