1 Star 0 Fork 0

tinajs / tina-immutable

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rollup.config.base.js 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
yelo 提交于 2018-01-26 17:32 . feat: upgrade immutable to ^4.0.0-rc.9
import commonjs from 'rollup-plugin-commonjs'
import nodejs from 'rollup-plugin-node-resolve'
import babel from 'rollup-plugin-babel'
const cssExportMap = {}
export default {
input: 'src/index.js',
plugins: [
babel({
exclude: ['node_modules/**'],
plugins: ['external-helpers'],
}),
nodejs(),
commonjs(),
],
globals: {
'immutable': 'Immutable',
},
external: ['immutable']
}
JavaScript
1
https://gitee.com/tinajs/tina-immutable.git
git@gitee.com:tinajs/tina-immutable.git
tinajs
tina-immutable
tina-immutable
master

搜索帮助