-
Notifications
You must be signed in to change notification settings - Fork 23
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
Some vite nitpicks #515
Some vite nitpicks #515
Conversation
This also removes the following deprecation warning from vite: The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
This should make the build and dev server a bit faster, still.
This pull request is deployed at test.admin-interface.opencast.org/515/2024-06-03_17-59-00/ . |
Use Run test server using develop.opencast.org as backend:
Specify a different backend like stable.opencast.org:
It may take a few seconds for the interface to spin up. |
It still builds, it runs and the changes make sense. (I had a branch with the same fixes on my machine) |
This does several things:
@vitejs/plugin-react
for the-swc
variant to speed up the build even further.See individual commits and their messages for more details.