regenerator-runtime error message when bundling for older web browsers #6313
Unanswered
moritzlaube
asked this question in
General
Replies: 1 comment 1 reply
-
I would have suggested that as a workaround, but #6326 should actually fix this |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When trying to bundle my webpage with parceljs and the browserslist config set to "defaults" I get the following error:
@parcel/core: Failed to resolve 'regenerator-runtime' from './node\\_modules/@parcel/transformer-js/lib/JSTransformer.js'
When setting the browserslist config to
"since 2017-06"
. Everything works fine. Does it has to do with Babel? Installing the regenerator-runtime withnpm install regenerator-runtime
silences this message. But in my case, GSAP (also installed via npm) stops working then. Does anyone have an idea why that happens? Appreciate your help.(I am using
2.0.0-nightly.665
by the way...)Beta Was this translation helpful? Give feedback.
All reactions