Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Build webpack assets for production in buffalo build #351

Merged
merged 1 commit into from
Apr 3, 2017

Conversation

mattdoran
Copy link
Contributor

Pretty complex change :)

Build webpack assets for production in buffalo build by calling webpack -p

This performs JS minification by default and also sets NODE_ENV == "production", allowing production only build configs.

See: https://webpack.js.org/guides/production-build/

…bpack -p`

This performs JS minification by default and also sets NODE_ENV == "production", allowing production only build configs.

See: https://webpack.js.org/guides/production-build/
@markbates markbates merged commit e2ff61a into gobuffalo:development Apr 3, 2017
@mattdoran mattdoran deleted the webpack-prod-build branch April 3, 2017 14:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants