会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
除除
除除的博客
博客园
首页
新随笔
联系
订阅
管理
2021年2月17日
使用 rollup 打包可按需加载的 NPM 包
摘要: 安装 rollup npm install rollup --save-dev 配置文件 rollup.config.js export default { input: 'src/index.js', output: { file: 'lib/bundle.js', format: 'cjs' }
阅读全文
posted @ 2021-02-17 01:44 除除
阅读(162)
评论(0)
推荐(0)
公告