flâneur — a map of the web's best reading

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

Explore this link on the map →

related reading