-
Notifications
You must be signed in to change notification settings - Fork 6
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
[EXPERIMENTAL] use vite #187
base: m3-main
Are you sure you want to change the base?
Conversation
@KyleMit - Tried to run "npm run dev" from root and public. Public loads the extensions, but it can't access any of the files needed to run the popup or other extensions. |
@jakedurell - I need to update docs too with this before merging, since I shifted a whole bunch of stuff around. But essentially, |
Experimental refactor to use vite as build system - not a high priority to merge. Might fizzle out
src
,public
,dist
,docs
).npm install
and run the project straight from root.Todo