Skip to content

Commit

Permalink
feat: add support for webpack 5 (#77)
Browse files Browse the repository at this point in the history
* 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
DonIsaac authored Jan 14, 2023
1 parent 9e7221b commit cfedfcd
Show file tree
Hide file tree
Showing 2 changed files with 11,885 additions and 10,007 deletions.
Loading

0 comments on commit cfedfcd

Please sign in to comment.