How To Setup Rollup Config - DEV Community
dev.to · 3,452 words · saved by 1 readers
How To Setup Rollup Config
Originally posted on my blog . Front-End development has become extremely interesting and fun to do with the beginning of the ECMAScript and NPM era. There is a lot of packages and tools out there that we can use in our projects that can make our life easier. One of these tools is rollup.js . Let's start the article with a short introduction and find out what rollup actually is and what it does for us and our application. The official statement: Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application
related reading
- Demystifying Code Bundling with JavaScript Modules - Simple Threadsimplethread.com
- void(0)voidzero.dev
- Modules | webpackwebpack.js.org
- How Mozilla’s Rust dramatically improved our server-side performance | Figma Blogfigma.com
- How Retool migrated to ViteJS | Retool Blogretool.com
- API Reference: Edge Runtime | Next.jsnextjs.org
- Next.js Docsnextjs.org
- Configuration: next.config.js | Next.jsnextjs.org
- CommonJS规范 -- JavaScript 标准参考教程(alpha)javascript.ruanyifeng.com
- How to analyze your Next.js app bundles - LogRocket Blogblog.logrocket.com
- GitHub - oven-sh/bun: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one · GitHubgithub.com
- Quickstart with TailwindCSS – Plasmodocs.plasmo.com