2 Star 0 Fork 1

轻语 / boss-lib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 799 Bytes
一键复制 编辑 原始数据 按行查看 历史
轻语 提交于 2021-03-14 21:25 . vue-styleguidlist接入
{
"presets": [
[
"@babel/preset-env",
{
"loose": true,
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}
]
],
// "plugins": ["transform-vue-jsx"],
"env": {
"utils": {
"presets": [
[
"@babel/preset-env",
{
"loose": true,
"modules": "commonjs",
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}
]
],
"plugins": [
["module-resolver", {
"root": ["boss-lib"],
"alias": {
"boss-lib/src": "boss-lib/lib"
}
}]
]
},
"test": {
"plugins": ["istanbul"]
}
}
}
1
https://gitee.com/yunbooks/boss-lib.git
git@gitee.com:yunbooks/boss-lib.git
yunbooks
boss-lib
boss-lib
devlopment

搜索帮助

53164aa7 5694891 3bd8fe86 5694891