UNPKG

generator-webpack-project

Version:
7 lines (4 loc) 345 B
# 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 `/`.