generator-webpack-project
v0.4.1
Published
Yeoman generator for Webpack projects
Downloads
88
Maintainers
Readme
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 /
.