-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Upgrade vite-plugin-svelte to 1.3.1 #7760
Conversation
test error locally:
this looks like the new stats code failing, wonder why though, file reads only happen when vitefu returned a package.json path. cc @bluwy |
most likely caused by a directory named |
…ry named package.json
🦋 Changeset detectedLatest commit: b532141 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
the windows fail is lovely: https://github.com/sveltejs/kit/actions/runs/3533939103/jobs/5930221484#step:8:229 @sveltejs/kit:test: Error: Process from config.webServer was not able to start. Exit code: 0
@sveltejs/kit:test:
@sveltejs/kit:test:
@sveltejs/kit:test:
@sveltejs/kit:test:
@sveltejs/kit:test: 7 skipped
@sveltejs/kit:test: 1 error was not a part of any test, see above for details so the exit code is 0, and no error logged. any clue what happened here? @benmccann is this the flakiness you mentioned? |
restarted windows and linux+firefox, the windows test result archive was 45bytes and empty too wth |
Enables prebundling by default and allows it to be disabled. Also adds performance logging printed by default
Closes #2612