-
Notifications
You must be signed in to change notification settings - Fork 1.4k
chore: warn when importing core twice #7784
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
Conversation
🦋 Changeset detectedLatest commit: 0cdbd6d The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
694fb2e
to
80fa09c
Compare
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
the reason playwright errored and now the cli tests that both run vite in ssr server mode which loads vite config with uses qwik-router vite plugin, which imports qwik core, and then the preview server runs in-process with its own qwik core copy. So it's actually a bug in our bundling! |
24463c5
to
dc4560b
Compare
4743ea1
to
4fc27e6
Compare
e1740de
to
78b4b6b
Compare
commit: |
380ec6a
to
7a5d4a8
Compare
this should make it easier to detect build misconfigurations
It reads all packages at startup. Instead, there's now an error if you externalize a qwik package during a server build.
7a5d4a8
to
0cdbd6d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💪👏
v2 version of #7109 with vendorRoots removal, but not throwing