1 Star 0 Fork 1

dgiot开源社区 / web_designer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 233 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoai 提交于 2019-04-20 19:33 . Project initialization
module.exports = {
presets: [
'@vue/app',
// "@vue/babel-preset-jsx"
],
plugins: [
["@babel/plugin-proposal-decorators", { "legacy": true }],
["@babel/plugin-proposal-class-properties", { "loose": true }]
]
}
1
https://gitee.com/dgiiot/web_designer.git
git@gitee.com:dgiiot/web_designer.git
dgiiot
web_designer
web_designer
master

搜索帮助