You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development on w3cv is slow. Currently, making any changes to the UI code requires a full refresh of the page. Using vite or another builder with hot module replacement would speed up development, and potentially speed up build times and other tooling operations.
Solution
Install vite into the project
Simplify package.json commands that currently depend on babel and webpack
Alternatives
Please describe any alternatives you've considered, even if you've dismissed them
The text was updated successfully, but these errors were encountered:
Use Case
Development on w3cv is slow. Currently, making any changes to the UI code requires a full refresh of the page. Using vite or another builder with hot module replacement would speed up development, and potentially speed up build times and other tooling operations.
Solution
package.json
commands that currently depend on babel and webpackAlternatives
Please describe any alternatives you've considered, even if you've dismissed them
The text was updated successfully, but these errors were encountered: