#Webpack + ES6 + Sass + Live reload
Basic example of webpack config to work with sass, es6 and live reload.
To get live reload working you need:
- get package.json and webpack.config.js to your project foldee
- run in terminal npm install
- add this script <script src="http://localhost:35729/livereload.js"></script> to your index.html
- create src folder and src files
- run in terminal webpack
Don't forget to add final css and js file to your site ;)
That's it :D