generator-webpack-project
Version:
Yeoman generator for Webpack projects
7 lines (4 loc) • 345 B
Markdown
# 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 `/`.