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

Migrate a module bundler from webpack to vite #831

Merged
merged 5 commits into from
May 30, 2024
Merged

Conversation

yoichiro
Copy link
Collaborator

This pull request migrates a module bundler from Webpack to Vite.

Ignored points:

  • We use ESLint v8. Because, if we use ESLint v9, we need to migrate the configuration file with Flat Config format.
  • We don't change the testing library from Jest to Vitest because of the workload.
  • We ignore many warnings reported by Prettier because of the workload.
  • We specify the distribution directory outside of the project root directory of Vite to avoid that we change the deploying rule for Firebase Hosting.
  • We ignore the warning message about the crypto library.
  • We ignore the warning message about the chunk size of Vite building task.

@yoichiro yoichiro merged commit 8f62c01 into main May 30, 2024
1 check passed
@yoichiro yoichiro deleted the migrate-webpack-to-vite branch May 30, 2024 08:20
@yoichiro yoichiro restored the migrate-webpack-to-vite branch May 30, 2024 21:00
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