# generator-webpack
Yeoman generator for Webpack projects

Supports ES6 (dynamic imports, async,..), Sass, tree shaking, minifying, linting and Prettier.

If you want to deploy files to the root of URL (`<user>.github.io`) then change `publicPath` in `webpack.config.js` from `/${PROJECT_NAME}/` (`<user>.github.io/<project-name>`) to just `/`.
