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

upgrade to vite and vue3 #24

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from
Draft

upgrade to vite and vue3 #24

wants to merge 23 commits into from

Conversation

rixx
Copy link
Member

@rixx rixx commented Aug 28, 2024

Progress

  • lib build
  • dev server
  • normal build
  • wc build
  • make sure build/release still works as expected

Problems

  • no .min.js / always minified, but the wc build would be nice to have with both. not urgent, but neat for dev server debugging
  • styles are not inlined (or rather, styles from App.js are inlined, but my understanding was that customElement: true would cause all components to have inlined css)
  • pretalx-schedule.js now needs to be loaded with type=module because of the export default on the last line, which would break all existing pretalx schedules out there, I think?

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.

2 participants