Bundle size css-tree
See original GitHub issueThe bundle size passed from 55kb
to 173kb
updating the library from
9.11.1
to 11.0.1
.
Should css-tree
be an optional dependency?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:19
Top Results From Across the Web
css-tree Bundlephobia
Find the size of javascript package css-tree. Bundlephobia helps you find the performance impact of npm packages.
Read more >CSSTree - GitHub
CSSTree is a tool set for CSS: fast detailed parser (CSS → AST), walker (AST ... That's might useful for loading time or...
Read more >css-tree | Yarn - Package Manager
CSSTree is a tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation...
Read more >Css-tree NPM
Exports. Is it possible to import just a needed part of library like a parser or a walker. That's might useful for loading...
Read more >css-tree: Documentation | Openbase
That's might useful for loading time or bundle size optimisations. import * as tokenizer from 'css-tree/tokenizer'; import * as parser from ...
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
@msand Thanks for help and quick response. Yeah, just commenting those lines with patch-package saved almost 250Kb of bundle, according to
react-native-bundle-visualizer
.It’s ridiculous, how much trash sometimes we bundle into our apps, and then claiming that react native is slow…😸
@msand I’ll try to investigate