-
Notifications
You must be signed in to change notification settings - Fork 2
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
BRAIN-39 - Replaced webpack with vite #109
Conversation
b9cb20c
to
1d51f63
Compare
Will this build a single entrypoint .js and .css file ? |
It will chuck the build, producing 3 entry points (total 8.8MB):
We could bundle it into single files to allow better client side caching (total 6.3MB):
|
7228cc3
to
7161fc5
Compare
7161fc5
to
6a37810
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know much about vite, but there's no glaring issue popping out to me
f660b88
to
d83a876
Compare
d83a876
to
eb84f42
Compare
npm run watch