-
Notifications
You must be signed in to change notification settings - Fork 7
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: remove babel dependencies #547
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
"@cucumber/cucumber": "^9.3.0", | ||
"@emotion/babel-plugin-jsx-pragmatic": "^0.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Handled by jsxImportSource
property in vite config: https://github.com/ArdentHQ/arkvault/pull/547/files#diff-6a3b01ba97829c9566ef2d8dc466ffcffb4bdac08706d3d6319e42e0aa6890ddR74 `
@@ -122,7 +116,6 @@ | |||
"@vitejs/plugin-react": "^4.3.0", | |||
"@vitest/coverage-istanbul": "0.24.5", | |||
"autoprefixer": "^10.4.14", | |||
"babel-plugin-macros": "^3.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unnecessary as we already use vite-plugin-babel-macros
"@babel/core": "^7.22.1", | ||
"@babel/plugin-transform-react-jsx": "^7.24.6", | ||
"@babel/preset-env": "^7.22.2", | ||
"@babel/preset-react": "^7.22.3", | ||
"@babel/preset-typescript": "^7.21.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vitejs/plugin-react already handles jsx transformations
007840a
to
67c706a
Compare
Summary
Closes https://app.clickup.com/t/86dtxna83
Checklist