-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fishy dev build for npm:vue@3.2.47 #269
Comments
Can you post a failing test case for this to babel-plugin-transform-cjs-dew? |
Ah, turns out this is actually a conventions problem, not a dew issue. Vue's |
(I guess we should still link to |
Hmm, this seems to be a problem with a whole bunch of the |
Oops, this shouldn't have been closed. |
The plan to solve this is to deprecate |
Closing #274 in favor of this one. |
@blangenfeld did turning off the module condition resolve this issue for you in #274? Specifically running with |
Investigating this further in jspm/overrides#16, the exact issue is that the Therefore, as a compat issue, I've landed the override created by @tonysm in jspm/overrides#16 including fixes for If there are other Vue packages that we have missed though, we should add overrides for those as well, so please do report here if there are further issues. |
Interesting, I see the correct files in the generator when pulling |
@tonysm AlpineJS seems to be using version 3.1.4 not 3.3.4. I've also invalidated that version as well now. |
Hey, thanks for the help on this @guybedford. It's working now! |
If you run
await import("https://jspm.dev/npm:vue@3.2.47")
in the console, it throws:Looking at that rollup chunk, it's trying to import the missing default:
...but indeed, runtime-dom has no default exports. Unsure why this is happening yet.
The text was updated successfully, but these errors were encountered: