Skip to content
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(template): use esm imports for vite template only #3824

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

erickzhao
Copy link
Member

@erickzhao erickzhao commented Jan 29, 2025

Fixes #3806

I believe there was an issue that was requiring us to use esm-style imports with the Vite template on Windows, but the initial PR also changed up the base template, which didn't accept this syntax.

@erickzhao erickzhao requested a review from a team as a code owner January 29, 2025 05:52
@erickzhao erickzhao added this pull request to the merge queue Jan 29, 2025
Merged via the queue into main with commit f83392f Jan 29, 2025
15 checks passed
@erickzhao erickzhao deleted the vite-template-only branch January 29, 2025 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot use import statement outside a module
2 participants