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
Following my question in StackOverflow, I'm asking for support for ES2015 target, i.e. that the production output for the client will be able to be with no import keywords nor JavaScript modules, only bundled JS.
Describe the proposed solution
Vite compiler does support ES2015, so I think Svelte should be able to support it as well with no too much effort(again, only for production).
Probably Svelte output code should be modified to support no JavaScript modules in production, but I don't know for how much.
Alternatives considered
No response
Importance
i cannot use SvelteKit without it
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
Following my question in StackOverflow, I'm asking for support for ES2015 target, i.e. that the production output for the client will be able to be with no import keywords nor JavaScript modules, only bundled JS.
Describe the proposed solution
Vite compiler does support ES2015, so I think Svelte should be able to support it as well with no too much effort(again, only for production).
Probably Svelte output code should be modified to support no JavaScript modules in production, but I don't know for how much.
Alternatives considered
No response
Importance
i cannot use SvelteKit without it
Additional Information
No response
The text was updated successfully, but these errors were encountered: