xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

webpack 5

webpack 5 requires at least Node.js 10.13.0 (LTS).

https://webpack.js.org/migrate/5/

https://github.com/webpack/webpack/projects/5

In general, the v5 release focuses on a few key components:

improving build performance with persistent caching
improving long-term caching with better algorithms and defaults
cleaning up internal structures without introducing any breaking changes,
preparing for future features by introducing breaking changes now, and allowing the team to stay on v5 for as long as possible

# the latest alpha version
$ yarn add -D webpack@next

# install diff versions of progress with v5
$ yarn add -D webpack@v5.0.0-alpha.29

# If you’re using Webpack v4 or later, you’ll also need to install the CLI:
$ yarn add -D webpack-cli

# the latest alpha version
$ npm install —save-dev webpack@next

# install diff versions of progress with v5
$ npm install —save-dev webpack@v5.0.0-alpha.9

# If you’re using Webpack v4 or later, you’ll also need to install the CLI:
$ npm install --save-dev webpack-cli

webpack 4

https://v4.webpack.js.org/

refs

https://medium.com/@mccabeamylouise/webpack-5-is-coming-54e976ff74a9

https://blog.logrocket.com/new-features-in-webpack-5-2559755adf5e/

https://hub.packtpub.com/what-to-expect-in-webpack-5/



©xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


原文地址:https://www.cnblogs.com/xgqfrms/p/13587433.html