-
Notifications
You must be signed in to change notification settings - Fork 46
Feat: Vite migration #1653
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
base: main
Are you sure you want to change the base?
Feat: Vite migration #1653
Conversation
When running OpenSCD and clicking "New project", the console in the browsers dev tools logs |
@Tamriel This PR is still a WIP. I can't really do much as of right now because of the way the plugins get built and deployed, hence why I am awaiting a fix first. |
Nice initaitive!
|
Thank you! The status is that I am waiting the plugins to be moved over to https://github.com/openscd/oscd-official-plugins. Right now OpenSCD itself works with vite, but not the containing plugins. There are missing libraries for when they get built and deployed using GitHub Actions, which results in a console full or errors upon launch. ![]() |
Migrates the build system from snowpack to vite.