-
-
Notifications
You must be signed in to change notification settings - Fork 743
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
Combine UMD configs with rollup multiconfig and add size snapshot #678
Conversation
Codecov Report
@@ Coverage Diff @@
## v8 #678 +/- ##
===================================
Coverage 100% 100%
===================================
Files 15 15
Lines 617 617
Branches 135 135
===================================
Hits 617 617 Continue to review full report at Codecov.
|
Some more explanation please? :) |
I have a plan to distribute also cjs and esm bundles instead of many files. This will also reduce the cost of bundling vendors. |
Added rollup-plugin-size-snapshot. I created this plugin for improving bundles of frontend projects. |
Sorry I don’t follow, could you explain? Thanks! |
Which projects are you talking about? What does improve? |
Currently webpack or rollup to bundle Also with such bundle we will have better control over size which user consumes. size snapshot plugin have option to track treeshakability by creating internal bundle with |
Any thoughts? |
This will reduce cost of running node and loading rollup twice.