vuepress / core

Vue-Powered Static Site Generator
https://vuepress.vuejs.org
MIT License
2.17k stars 922 forks source link

[Bug report] Replace webpack-chain with webpack-5-chain #1503

Closed Mister-Hope closed 1 month ago

Mister-Hope commented 4 months ago

Description

Technically speaking, webpack-chain never adds support for webpack v5, and the latest version was published 4 years ago

The maintainer already deprecates the package, so we'd better drop it.

See https://www.npmjs.com/package/webpack-chain

meteorlxy commented 4 months ago

Any suggested alternatives?

Mister-Hope commented 4 months ago

Not finding anyalternatives.

Suggest modifying webpack options directly. Even with webpack chain, a lot of v5 options are still hard to modify or add.

This also add a new breaking change that chain webpack is removed.

github-actions[bot] commented 3 months ago

This issue is marked as stale because it has not had recent activity. Issues marked with stale will be closed if they have no activity within 7 days.

github-actions[bot] commented 3 months ago

This issue is marked as stale because it has not had recent activity. Issues marked with stale will be closed if they have no activity within 7 days.

Mister-Hope commented 1 month ago

https://www.npmjs.com/package/webpack-5-chain

I think this package is widely used, and I would prefer changing to this one.