Explore >> Select a destination


You are here

babeljs.io
| | 2ality.com
4.5 parsecs away

Travel
| | Babel 6 is much more configurable than Babel 5, but also more difficult to configure. This blog post gives tips.
| | www.2ality.com
6.1 parsecs away

Travel
| | Rich Harris' module bundler Rollup popularized an important feature in the JavaScript world: tree-shaking, excluding unused exports from bundles. Rollup depends on the static structure of ES6 modules (imports and exports can't be changed at runtime) to detect which exports are unused. Tree-shaking for webpack is currently in beta. This blog post explains how it works. The project we are going to examine is on GitHub: tree-shaking-demo
| | www.valentinog.com
2.8 parsecs away

Travel
| | Modern frontend tools like babel seem almost magical. What do they do really?
| | www.bryanleetc.com
58.4 parsecs away

Travel
|