Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lesenelir/rollup-demo
rollup tutorial
https://github.com/lesenelir/rollup-demo
Last synced: 9 days ago
JSON representation
rollup tutorial
- Host: GitHub
- URL: https://github.com/lesenelir/rollup-demo
- Owner: lesenelir
- Created: 2023-09-27T13:08:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-27T13:08:57.000Z (about 1 year ago)
- Last Synced: 2024-04-10T19:17:37.341Z (7 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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