-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
…e-vite-instead-of-cra
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' |
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.
// import './themes' |
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.
Good catch
@@ -1,15 +0,0 @@ | |||
import { ReportHandler } from 'web-vitals'; |
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.
is this ok to remove? not sure if this are metrics
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.
We're not using it anywhere, so I removed it
This PR migrates the whole build system to Vite.