Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for webpack 5 (#77)
* chore: organize package.json * build: remove @types/webpack from peerDependencies This is really a dev dependency, we don't need consuming packages to have this installed * build: add support for webpack 5.x Only version in peerDependencies is changed. Breaking changes in webpack 5 don't affect plugin or resolution syntax (at least the parts we need)
- Loading branch information