Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kosatyi/rollup
https://github.com/kosatyi/rollup
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kosatyi/rollup
- Owner: kosatyi
- Created: 2022-07-17T15:26:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T10:55:03.000Z (10 months ago)
- Last Synced: 2024-05-12T13:42:04.896Z (8 months ago)
- Language: JavaScript
- Size: 542 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rollup plugins bundle
```
'@rollup/plugin-node-resolve' // resolve
'@rollup/plugin-commonjs' // commonjs
'@rollup/plugin-babel' // babel
'@rollup/pluginutils' // utils
'@rollup/plugin-terser' // terser
'rollup-plugin-ignore' // ignore
'rollup-plugin-scss' // scss
'rollup-plugin-copy' // copy
'rollup-plugin-cleanup' // cleanup
```