-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
fix(create-app): svelte templates use type module (fixes #3834) #3835
Conversation
@dominikg we are not using |
sveltekit uses it vite-plugin-svelte still offers a cjs fallback so you can use commonjs if you really have to but it is discouraged. |
any chance this can get merged and ceate-app released with it? still causing issues #3907 |
@dominikg @vitejs/create-app@2.4.4 has been released |
Description
fix #3834 use type module so imports in svelte.config.js work as expected
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).