UNPKG
@zat-design/sisyphus-mobile-cli
Version:
latest (0.0.1-alpha.7)
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
移动端H5+小程序脚手架
@zat-design/sisyphus-mobile-cli
/
copy
/
template
/
zatMiniTemplate
/
babel.config.js
10 lines
(9 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
// babel-preset-taro 更多选项和默认值:
// https://github.com/NervJS/taro/blob/next/packages/babel-preset-taro/README.md
module
.
exports
= {
presets
: [[
'taro'
, {
framework
:
'vue3'
,
ts
:
true
}]] };