1 Star 0 Fork 68

commongit/bpm-web-ui

forked from zhuzl/bpm-web-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 839 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhuzhoulin 提交于 2021-06-02 18:49 . 修复审批动作BUG
module.exports = {
presets: [
'@vue/app'
],
sourceType: 'unambiguous'
}
// module.exports = (api) => {
// const presets = [
// [
// '@babel/preset-env', {
// 'targets': {
// 'ie': '9'
// },
// 'useBuiltIns': 'usage'
// }
// ]
// ]
// api.cache(false)
// const plugins = [
// '@babel/plugin-transform-react-jsx',
// '@babel/plugin-transform-modules-commonjs'
// ]
// return { presets, plugins }
// }
// module.exports = {
// presets: [
// '@vue/app', {
// // polyfills: [
// // 'es6.promise',
// // 'es6.symbol'
// // ]
// }],
// plugins:[],
// sourceType: 'unambiguous'
// }
// plugins: [
// [
// 'import',
// { libraryName: 'ant-design-vue', libraryDirectory: 'es', style: true }
// ]
// ]
// }
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/commongit/bpm-web-ui.git
git@gitee.com:commongit/bpm-web-ui.git
commongit
bpm-web-ui
bpm-web-ui
main

搜索帮助