Explore >> Select a destination


You are here

antfu.me
| | janik6n.net
11.3 parsecs away

Travel
| | My batteries included TypeScript starter for 2025
| | www.2ality.com
14.0 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
| | blog.coderspirit.xyz
9.8 parsecs away

Travel
| | Learn how to create a React component ESM+CJS library using Rollup, TypeScript and Storybook
| | scripter.co
74.4 parsecs away

Travel
| How I generated the Python dependencies file requirements.txt so that Netlify can install and run the HTML5 Validator before deploying this site.