Skip to content

Commit 21a3028

Browse files
committed
Added the Webpack '-p' command line parameter for doing production builds.
1 parent 20f4fad commit 21a3028

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
@@ -67,7 +67,7 @@
6767

6868
(11) Bundle / transpile the JavaScript with Webpack for deployment:
6969

70-
$ ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js
70+
$ ./node_modules/webpack/bin/webpack.js -p --config ./webpack.config.js
7171

7272
...
7373

0 commit comments

Comments
 (0)