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

feat: Migrate build system to Vite #336

Merged
merged 6 commits into from
Jan 10, 2024

Conversation

LautaroPetaccio
Copy link
Contributor

This PR migrates the whole build system to Vite.

src/index.tsx Outdated
@@ -9,18 +10,16 @@ import TranslationProvider from 'decentraland-dapps/dist/providers/TranslationPr
import './modules/analytics/track'
import './modules/analytics/sentry'

import './setup'
import './themes'
// import './themes'

Choose a reason for hiding this comment

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

Suggested change
// import './themes'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch

@@ -1,15 +0,0 @@
import { ReportHandler } from 'web-vitals';

Choose a reason for hiding this comment

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

is this ok to remove? not sure if this are metrics

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We're not using it anywhere, so I removed it

@LautaroPetaccio LautaroPetaccio merged commit 0e65a59 into master Jan 10, 2024
4 checks passed
@LautaroPetaccio LautaroPetaccio deleted the feat/use-vite-instead-of-cra branch January 10, 2024 14:38
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.

2 participants