Skip to content

Commit

Permalink
Added the Webpack '-p' command line parameter for doing production bu…
Browse files Browse the repository at this point in the history
…ilds.
  • Loading branch information
maratbn committed Jan 18, 2017
1 parent ff37dff commit 3e78c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD_INSTRUCTIONS
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

(10) Bundle / transpile the JavaScript with Webpack for deployment:

$ ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js
$ ./node_modules/webpack/bin/webpack.js -p --config ./webpack.config.js

...

0 comments on commit 3e78c2c

Please sign in to comment.