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

chore: move config to ESM #74

Merged
merged 1 commit into from
Feb 19, 2024
Merged

chore: move config to ESM #74

merged 1 commit into from
Feb 19, 2024

Conversation

mrliptontea
Copy link
Member

@mrliptontea mrliptontea commented Feb 15, 2024

Move all config files to ESM modules i.e. module.exports = -> export default, .js -> .mjs / .ts -> .mts.

The CJS build of Vite's Node API is deprecated.
See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.

@mrliptontea mrliptontea requested a review from a team February 19, 2024 16:38
@mrliptontea mrliptontea merged commit d877107 into main Feb 19, 2024
9 checks passed
@mrliptontea mrliptontea deleted the chore-move-config-to-esm branch February 19, 2024 16:50
@talisaspire
Copy link
Collaborator

🎉 This PR is included in version 4.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants