这是indexloc提供的服务,不要输入任何密码
Skip to content

refactor(packages/*): use @vitejs/plugin-react-swc and make all package dependencies explicit #254

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

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

marcalexiei
Copy link
Collaborator

Context & Description

Close #244.

Consistently use @vitejs/plugin-react-swc across all npm packages build.

I also consolidated all dependencies across all npm packages:

  • all modified devDependencies has a fixed version range to know easily which version is actually used
  • removed @types/react from the root package.json. Since we are planning to make tuono framework agnostic in the future I added react and @types/react to each package.

@marcalexiei marcalexiei added enhancement New feature or request typescript Requires typescript knowledge labels Dec 23, 2024
@marcalexiei marcalexiei self-assigned this Dec 23, 2024
@marcalexiei marcalexiei marked this pull request as ready for review December 23, 2024 16:57
Copy link
Member

@Valerioageno Valerioageno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Valerioageno Valerioageno merged commit f236b75 into main Dec 23, 2024
7 checks passed
@Valerioageno Valerioageno deleted the vite-plugin-react-swc branch December 23, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request typescript Requires typescript knowledge
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Repo maintenance]: use @vitejs/plugin-react-swc across all packages builds
2 participants