diff --git a/.changeset/friendly-pumas-march.md b/.changeset/friendly-pumas-march.md new file mode 100644 index 00000000..f2252a1d --- /dev/null +++ b/.changeset/friendly-pumas-march.md @@ -0,0 +1,7 @@ +--- +"@ducanh2912/next-pwa": minor +--- + +feat: use Next's webpack instead of importing a new one + +- `next-pwa` should now use Next's webpack instance to avoid having multiple webpack copies.