Extract checks into plugins
See original GitHub issueFirst of all, size-limit
is awesome, thank you!
But installing size-limit
adds a lot of packages and downloads puppeteer+chromium, even if you don’t use webpack
or running
option to run puppeteer.
Did you consider an option to split size-limit
into several packages (plugins) - core checks, webpack-based checks, puppeteer-based checks and so on?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Is there a way to extract the Plugin Output to be included on ...
We are manually copying the plugin output data from each of the host and paste it to a spreadsheet from the download data...
Read more >"Extract Method" should run checks before asking for ... - GitHub
When choosing the "Extract Method" option from the refacturing menu, you are asked for the name before the plugin checks if the closure...
Read more >How to Extract Plugins for Photoshop
1. Close Photoshop and browse to your Photoshop Plug-In directory. · 2. Create a new folder within the Plug-Ins directory with the name...
Read more >DevTools extract plugin - PMMP Forums
So run /plugins and check for the plugin your looking to extract make sure the plugin name is green and not red (red...
Read more >extract-text-webpack-plugin - npm
Start using extract-text-webpack-plugin in your project by running `npm i ... ignoreOrder, {Boolean}, Disables order check (useful for CSS ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK, good idea. I will think how to do split project into 2 projects on next week.
Size Limit 2.0 was released with modular architecture. Now (depends on preset) only necessary parts will be downloaded.