Skip to content

Commit 0661350

Browse files
committed
Added build instructions for bundling JavaScript with Webpack for deployment.
1 parent 400ee13 commit 0661350

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

BUILD_INSTRUCTIONS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@
2222

2323
...
2424

25+
(5) Bundle the JavaScript with Webpack for deployment:
26+
27+
$ ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js
28+
29+
...
30+

0 commit comments

Comments
 (0)