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

[WIP] MVJ-370 CRA to Vite: FEEDBACK WELCOME #497

Closed
wants to merge 14 commits into from

Conversation

NC-jsAhonen
Copy link
Contributor

These changes implement the migration from the deprecated Create React App environment to Vite.

There are misconfigurations in the configs so that Vite cannot resolve the modules properly.

I tried to solve this problem by prefixing the urls of several module imports with "/src/", but then Vite started giving errors from "enums" which cannot be fixed this way.

There should be a way to define url patterns for resolving local modules, but I haven't found a way to do it.

@NC-jsAhonen NC-jsAhonen changed the title MVJ-370 CRA to Vite: Feedback welcome MVJ-370 CRA to Vite: FEEDBACK WELCOME Jun 28, 2024
@NC-jsAhonen NC-jsAhonen marked this pull request as draft July 3, 2024 09:39
@NC-jsAhonen NC-jsAhonen changed the title MVJ-370 CRA to Vite: FEEDBACK WELCOME [WIP] MVJ-370 CRA to Vite: FEEDBACK WELCOME Jul 3, 2024
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