Releases: yeoman/generator-webapp
Releases · yeoman/generator-webapp
v4.0.0-9
v4.0.0-8
v4.0.0-7
v4.0.0-6
v4.0.0-5
v4.0.0-4
v4.0.0-3
v4.0.0-2
v4.0.0-1
v4.0.0-0
Upgrade
npm install --global generator-webapp@next
Then select this version.
Notable changes
- remove Bower because it's deprecated, you should now add assets manually by linking to
node_modules
- we hope to make this easier in the future by implementing a module bundler or something like that
- upgrade to Gulp v4! (see their docs to learn the new API)
- generate Modernizr build using a config file (see docs)
- parse gulpfile with Babel to make it easier to write
- run Gulp tasks using npm scripts, you should use those from now on
- use gulp-postcss instead of gulp-autoprefixer, now you can add more PostCSS plugins if you want
- configure browser support of Autoprefixer and @babel/preset-env using browserslist (see the docs)
- remove the option to disable Babel (
--no-babel
) - add ability to customize server port using
--port
- update docs
- dependencies
- bump all dependencies
- remove unused dependencies like Babel v6
- add missing dependencies like Popper.js for Bootstrap
Help us make this version stable by reporting bugs!