https://github.com/ospoon/rollup-template
https://github.com/ospoon/rollup-template
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ospoon/rollup-template
- Owner: OSpoon
- Created: 2021-07-02T09:55:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T17:15:02.000Z (almost 5 years ago)
- Last Synced: 2024-12-28T06:09:35.835Z (over 1 year ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Rollup说明文档整理
1. [section01-输出环境](./src/section01/readme.md)
2. [section02-导入 cjs 模块](./src/section02/readme.md)
3. [section03-支持 TS](./src/section03/readme.md)
4. [section04-支持 Json,压缩](./src/section04/readme.md)
5. [section05-输出 system 格式](./src/section05/readme.md)
6. [section06-代码拆分](./src/section06/readme.md)
7. [section07-语法降级](./src/section07/readme.md)
8. [section08-处理 Unresolved dependencies,外部导入](./src/section08/readme.md)
[Rollup 插件列表](https://github.com/rollup/awesome)