Skip to content

Commit

Permalink
Added build instructions for bundling JavaScript with Webpack for dep…
Browse files Browse the repository at this point in the history
…loyment.
  • Loading branch information
maratbn committed Jun 24, 2018
1 parent 911e65b commit 9e7f861
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BUILD_INSTRUCTIONS
Expand Up @@ -28,3 +28,10 @@
$ npm install webpack@webpack-3

...


(6) Bundle the JavaScript with Webpack for deployment:

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

...

0 comments on commit 9e7f861

Please sign in to comment.