-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Reduce release size by bundling client/browser/vti #2301
Conversation
The tests is passed in my machine now. |
90c060b
to
2b95d23
Compare
81258c8
to
04fa245
Compare
Test environmentMacbook pro 2020 rollup watchtimes
compiled files size
rollup compiletimes
compiled files size
|
This reverts commit f99148c.
118a274
to
b427cc7
Compare
It will generate typings when build and watch. |
Fixed in evanw/esbuild#444. |
7844163
to
40865a0
Compare
fb3c1c3
to
cdbaafa
Compare
I've tried local build with this merged and noticed that it takes much longer to initialize vls now. Before this change, VLS would respond to With this change, it takes about 10s to respond to Log
|
Thanks a lot, I open a new issue about it. |
Fixed #2233
Fixed #2273
Fixed #2435
This PR have a breaking change.
The
vetur.useWorkspaceDependencies
is effect all runtime dependencies.Like
prettier
,@prettier/plugin-pug
.TODO: