6 Star 16 Fork 0

SuperMap/vue-iclient

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.js 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = function (api) {
api && api.cache(true);
const presets = [
[
'@babel/preset-env',
{
// "modules": false,
loose: true,
targets: {
node: 'current',
browsers: ['> 1%', 'last 2 versions', 'not ie <= 8']
}
}
]
];
const plugins = [
'@babel/plugin-transform-runtime',
'transform-vue-jsx',
'transform-flow-strip-types',
'@babel/plugin-transform-modules-commonjs',
[
'@babel/plugin-proposal-decorators',
{
legacy: true
}
],
[
'@babel/plugin-proposal-class-properties',
{
loose: true
}
]
];
return {
presets,
plugins,
ignore: ['./static/libs/mapboxgl']
};
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/isupermap/vue-iclient.git
[email protected]:isupermap/vue-iclient.git
isupermap
vue-iclient
vue-iclient
master

搜索帮助