Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lesenelir/rollup-demo

rollup tutorial
https://github.com/lesenelir/rollup-demo

Last synced: 9 days ago
JSON representation

rollup tutorial

Awesome Lists containing this project

README

        

# rollup-demo

demo project for rollup by [rollup documentation](https://rollupjs.org/tutorial/)

### steps

- setup project

- add rollup config file and config input and output

- rollup with plugins to handle third-party dependencies and commonjs modules

- minified build with terser plugin

- rollup with code splitting

- add ts support. tsconfig.json and typescript plugin