-
Notifications
You must be signed in to change notification settings - Fork 9
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
Vite migration #144
Vite migration #144
Conversation
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.
Jeg skal ta en sjekk på dette etterhvert, men foreløpig så ser det veldig lovende ut
Når man kjører dette lokalt får man flere warnings i konsollen, men dette fikses ved oppgradering til React 17 som jeg tar i en ny PR Edit: dette er ikke sant, det er antageligvis pga svg-er, skal utforske |
Ser bra ut! Merkbart hvor mye raskere dev-serveren starter 🚀 |
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.
Endelig litt tid til å teste ut. Ser veldig bra ut dette, og fikk ingen problemer når jeg satt opp prosjektet på laptopen min, så da får jeg vel endelig Approve 😄
Add back no-unused-var rule and fix
Migrate away from CRA/react-scripts to Vite.
Follows migration steps outlined here. Changes in environment variables names, and linting rules that were previously a part of react-scripts.
Closes #142