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

Switch to vite for development #195

Merged
merged 7 commits into from
Jul 20, 2023
Merged

Switch to vite for development #195

merged 7 commits into from
Jul 20, 2023

Conversation

oskarrough
Copy link
Owner

@oskarrough oskarrough commented Jul 20, 2023

Do I really want this? I guess it is simpler.

  • no longer have to use an 2-year outdated snowpack to generate ESM versions of the dependencies, because we can import from NPM
  • can use a nice dev server from vite
  • production build is optimized = faster to load (not that it was an issue previously of course)

Downside is that it won't run before vite has built it. But that discussion is getting old. If vite dies, any other bundler should do the trick.

@oskarrough oskarrough marked this pull request as ready for review July 20, 2023 14:45
@oskarrough oskarrough merged commit d18d52a into main Jul 20, 2023
2 checks passed
@oskarrough oskarrough deleted the feat/vite branch September 14, 2023 07:51
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.

None yet

1 participant