-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
source-map build dependency breaks when fetch() is polyfilled #2712
Comments
I saw #2559 it's probably related? |
Hello! So it turns out this is due to mozilla/source-map#349 I'm assuming that Next.js polyfills
|
Thanks @jeffposnick, this will be a huge help to the nextjs community. |
This is included in the v6.1.0 release. |
Library Affected:
workbox-webpack-plugin
Issue or Feature Request Description:
When combining source maps with webpack and workbox I get the following error at build time.
My nextjs webpack config looks like so
A minimal failing example can be found here
To recreate run
npm run build
(after cloning and npm install)The text was updated successfully, but these errors were encountered: