Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tree-shaking

Why do material-ui modules show in both node_modules and src after Webpack 4 tree shaking?

How to properly do tree shaking to reduce bundle size and separate entry point for each cloud function

Tree shaking for Angular 10 shook out AsyncPipe when using sideEffects: false

angular tree-shaking

Webpack tree shaking still bundles unused exports

Can Webpack tree-shaking remove unused babel-polyfills?

How to use tree-shaking with webpack 2 and typescript and angular 2?

Webpack 2 Not Tree Shaking D3.js Properly

Specify the webpack "mainFields" on a case by case basis

Tree shaking not working - webpack 4 and uglifyjs-webpack-plugin

Angular tree shaking not stripping dev code, what things should I look for?

angular tree-shaking

Code-splitting separate exports from a package to different bundles

Why is my React component library not tree-shakable?

Angular Tree Shaking: How exactly does it work?

Why webpack doesn't tree-shake the lodash when using "import * as _"?

Creating a tree shakable library with rollup

Webpack 3, Babel and Tree shaking not working

How to make a class-based custom element side-effect-free so webpack only bundles the explicitly imported components

How to deal with side effects in tree shaking code?

How to enable tree-shaking for a new Angular 4 project