1 Star 2 Fork 3

K./小学生数学作业排版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rollup.config.js 446 Bytes
一键复制 编辑 原始数据 按行查看 历史
K. 提交于 2021-04-05 01:26 . init
import typescript from '@rollup/plugin-typescript';
export default {
input : 'src/index.tsx',
output : {
file : './static/lib/index.js',
name : 'MathHomework',
format : 'umd',
globals: {
'react' : 'React',
'react-dom': 'ReactDOM',
}
},
external: ['react', 'react-dom'],
plugins : [
typescript({
module : 'ES2015',
sourceMap : false,
declaration: false,
})
]
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/janpoem/math-homework-typesetting.git
git@gitee.com:janpoem/math-homework-typesetting.git
janpoem
math-homework-typesetting
小学生数学作业排版
master

搜索帮助