A demo app made with Webpack 4, featuring Sass, Babel and Lodash.
webpack-helloworld is very unopinionated, letting you extend the application using the framework you want. It does include lodash
by default to simplify some UI tasks. The configuration file already comes with all necessary settings for Sass and Babel 7.
After installing all dependencies, run the following command:
npm run dev
For a production build, run:
npm run prod
Licensed under the Apache License, Version 2.0.