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 20f4fad commit 21a3028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD_INSTRUCTIONS
Expand Up @@ -67,7 +67,7 @@

(11) 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 21a3028

Please sign in to comment.