shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.43k stars 185 forks source link

feat!: BREAKING CHANGE: Support webpack@5 typings #289

Closed SunHuawei closed 2 years ago

SunHuawei commented 2 years ago

This PR contains:

Are tests included?

Breaking Changes?

If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers: https://github.com/shellscape/webpack-manifest-plugin/issues/279

Description

As you've known that webpack@5 is having a totally different typing definition, and there is no way to support v4 and v5 at the same time. So one choice is just to release a major version to only support webpack 5.

SunHuawei commented 2 years ago

@shellscape , there are 3 workflows awaiting approval, would you please help with this?

nigelellis commented 2 years ago

We're hitting this in a recent version bump. Anything I can do to help get this PR merged?

SunHuawei commented 2 years ago

I'm still waiting for the owner to approve the workflow. @nigel-codaio, here is the npm package published from my forked repo. You can use npm i webpack-manifest-plugin-v5 for a temporary solution.