babel-webpack-tree-shaking icon indicating copy to clipboard operation
babel-webpack-tree-shaking copied to clipboard

Tree-shaking example with Babel and Webpack

Results 2 babel-webpack-tree-shaking issues
Sort by recently updated
recently updated
newest added

Hello, How generate ES5 with babibli ? To day we use Babili -> babel loader -> UglifyJS, dead code are remove but code a bigger and not IIFE Regards, Arrowbaz

I forked your repo, and changed the layout a bit. You can see it here https://github.com/priyajeet/babel-webpack-tree-shaking Essentially added `index.js` to both `app` folder and at the root level that now...