You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi again (I'm assuming you want me to file a new issue, let me know if I should have added to the last one...),
The fix for #13238 worked great for my sample repo, but unfortunately not for my production build. After a bit of searching I figured out that the error
If bundling, conditions should include development or production. If not bundling, conditions or NODE_ENV should include development or production. See https://www.npmjs.com/package/esm-env for tips on setting conditions in popular bundlers and runtimes.
reappears if you switch from adapter-auto to adapter-vercel.
srv/work/sk-sync-bug❱ pnpm check
>[email protected] check C:\srv\work\sk-sync-bug
> svelte-kit sync && svelte-check --tsconfig ./tsconfig.json
If bundling, conditions should include development or production. If not bundling, conditions or NODE_ENV should include development or production. See https://www.npmjs.com/package/esm-env fortips on setting conditionsin popular bundlers and runtimes.
====================================
Loading svelte-check in workspace: c:\srv\work\sk-sync-bug
Getting Svelte diagnostics...
If bundling, conditions should include development or production. If not bundling, conditions or NODE_ENV should include development or production. See https://www.npmjs.com/package/esm-env fortips on setting conditionsin popular bundlers and runtimes.
====================================
svelte-check found 0 errors and 0 warnings
srv/work/sk-sync-bug❱
Describe the bug
Hi again (I'm assuming you want me to file a new issue, let me know if I should have added to the last one...),
The fix for #13238 worked great for my sample repo, but unfortunately not for my production build. After a bit of searching I figured out that the error
reappears if you switch from adapter-auto to adapter-vercel.
and
I have updated the sample repo: https://github.com/thebjorn/sk-sync-bug
Do you want me to file a new issue or do you prefer to re-open this one?
Reproduction
See #13238 with the added diffs from above.
Logs
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: