webpack-config-plugins icon indicating copy to clipboard operation
webpack-config-plugins copied to clipboard

support webpack v5

Open aladdin-add opened this issue 6 years ago • 8 comments

aladdin-add avatar Apr 26 '19 08:04 aladdin-add

Hey @aladdin-add, thanks for submitting. We're actually discussing internally how we will solve the requirement to make the plugins compatible with multiple webpack versions 😃We're coming back to this as soon as we find a solution!

janbiasi avatar May 02 '19 11:05 janbiasi

We decided to stay a little bit longer with Webpack 4, as version 5 isn't fully implemented nor the milestone of the first release was reached (see their milestones), I'll close this for now and we'll come back when webpack 5 gets stable 😃

janbiasi avatar May 24 '19 07:05 janbiasi

Hi, webpack5 stable was released, any news about this?

heavenshell avatar Oct 11 '20 06:10 heavenshell

absolutely we should try to find some time to work on the next major version 👍

jantimon avatar Oct 12 '20 12:10 jantimon

Duplicate https://github.com/namics/webpack-config-plugins/issues/68 This issue seems to have more active discussion, so maybe keep this and close the other?

nemchik avatar Oct 14 '20 15:10 nemchik

@janbiasi

yunwuxin avatar Dec 31 '20 09:12 yunwuxin

Hi, I'd like to try this with webpack v5. What's the current obstacle?

mk-pmb avatar Oct 18 '21 19:10 mk-pmb

At this point I've dug into the makeup of these packages and made up a webpack config myself. The dependencies end up being significantly slimmed down (about cut in half) and it works with webpack 5.

The majority of what I did was based on https://github.com/microsoft/TypeScript-Babel-Starter which handles js and ts. Aside from that I've got the mini css plugin and sass loader. I haven't done the other asset stuff yet. I'm not planning to release anything, just outlining what I did so others can reproduce.

nemchik avatar Oct 19 '21 01:10 nemchik