Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added build instructions for installing the Babel transpiler.
  • Loading branch information
maratbn committed Jan 18, 2017
1 parent 3afefea commit bba196d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion BUILD_INSTRUCTIONS
Expand Up @@ -22,7 +22,15 @@

...

(5) Bundle the JavaScript with Webpack for deployment:

(5) Install the Babel transpiler:

$ npm install babel-loader

...


(6) Bundle / transpile the JavaScript with Webpack for deployment:

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

Expand Down

0 comments on commit bba196d

Please sign in to comment.