jaywcjlove / tsbb

TSBB is a CLI tool for developing, testing and publishing modern TypeScript projects with zero configuration, and can also be used for module or react component development. @tsbbjs

Home Page:http://jaywcjlove.github.io/tsbb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

考不考虑支持rollup?浏览器环境下需要bundle

hardfist opened this issue · comments

@hardfist 未来会考虑

@hardfist 目前使用 babel 实现的比较不好

"umd": {
"presets": [
"@tsbb/babel-preset-tsbb",
"@babel/preset-react"
],
"plugins": [
[
"babel-plugin-transform-remove-imports",
{
"test": "(less|css)$"
}
],
[
"@babel/plugin-transform-modules-umd",
{
"exactGlobals": true
}
]
]
}