Skip to content

Commit 3e78c2c

Browse files
committed
Added the Webpack '-p' command line parameter for doing production builds.
1 parent ff37dff commit 3e78c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD_INSTRUCTIONS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

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

63-
$ ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js
63+
$ ./node_modules/webpack/bin/webpack.js -p --config ./webpack.config.js
6464

6565
...
6666

0 commit comments

Comments
 (0)