- Understanding (all) JavaScript module formats and tools
- What are CJS, AMD, UMD, and ESM in Javascript?
- On inventing JS module formats and script loaders
- Basics of the JavaScript module system
- Why AMD?
- ES modules: A cartoon deep-dive
rollup.config.js
import {getBabelOutputPlugin} from '@rollup/plugin-babel';