Skip to content

Commit

Permalink
Added build instructions for auto-re-bundling JavaScript with Webpack…
Browse files Browse the repository at this point in the history
… whenever any of it changes.
  • Loading branch information
maratbn committed Jun 29, 2018
1 parent 8b65210 commit 2ba57f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BUILD_INSTRUCTIONS
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,3 +44,11 @@
$ ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js $ ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js


... ...


(8) If you want Webpack to auto-re-bundle your JavaScript whenever any of it changes, issue this
command instead:

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

...

0 comments on commit 2ba57f4

Please sign in to comment.