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

Update to React 19 #21

Merged
merged 7 commits into from
Dec 24, 2024
Merged

Update to React 19 #21

merged 7 commits into from
Dec 24, 2024

Conversation

RawToast
Copy link
Owner

@RawToast RawToast commented Dec 24, 2024

  • Update to React 19 and Vite 6
  • Pushed up testing dependencies
  • Tidied up tsconfig
  • Use new sbt/setup-sbt action to configure sever build

@RawToast RawToast merged commit 62c7f42 into master Dec 24, 2024
3 checks passed
Comment on lines +5 to +19
import checker from 'vite-plugin-checker'

const isCi = process.env.NODE_ENV === 'ci'

const plugins = [
react(),
isCi
? null
: checker({
typescript: true
})
]

export default defineConfig({
plugins: [react(), tsconfigPaths()],
plugins: plugins,
Copy link
Owner Author

Choose a reason for hiding this comment

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

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.

1 participant