1 Star 0 Fork 0

tinajs / tinax

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rollup.config.base.js 383 Bytes
一键复制 编辑 原始数据 按行查看 历史
yelo 提交于 2017-12-07 16:23 . build: update npm scrips
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/**'],
}),
nodejs(),
commonjs(),
],
globals: {
'@tinajs/tina': 'tina',
},
external: ['@tinajs/tina']
}
JavaScript
1
https://gitee.com/tinajs/tinax.git
git@gitee.com:tinajs/tinax.git
tinajs
tinax
tinax
master

搜索帮助