Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production bundle generation #7

Closed
davefp opened this issue Apr 29, 2016 · 1 comment
Closed

Production bundle generation #7

davefp opened this issue Apr 29, 2016 · 1 comment

Comments

@davefp
Copy link
Owner

davefp commented Apr 29, 2016

The current webpack config is great for development, but not for production.

We need a new config for production that does the following:

  • minifies/uglifies the bundled JS
  • de-dupes the bundles
  • anything else that is commonly done for production bundles
@davefp
Copy link
Owner Author

davefp commented May 1, 2016

This turned out to be easy, I just needed to add -p to the production webpack script. Fixed by #10

@davefp davefp closed this as completed May 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant