1 Star 0 Fork 0

林振辉 / digi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rollup.config.dev.js 181 Bytes
一键复制 编辑 原始数据 按行查看 历史
林振辉 提交于 2018-12-24 20:47 . eslint, jsdoc, utils
/**
* 开发任务
*/
import { rollupConfig } from './config/rollup.config'
export default {
...rollupConfig,
output: {
...rollupConfig.output,
exports: 'named'
}
}
JavaScript
1
https://gitee.com/lin09/digi.git
git@gitee.com:lin09/digi.git
lin09
digi
digi
master

搜索帮助