zsmj1994
4 years ago
3 changed files with 6 additions and 31 deletions
@ -0,0 +1,2 @@
|
||||
puppeteer_download_host=https://npm.taobao.org/mirrors |
||||
@fui:registry=https://npm.fineres.com/ |
@ -1,29 +1,3 @@
|
||||
module.exports = function(api) { |
||||
api.cache(true); |
||||
const presets = [ |
||||
[ |
||||
'@babel/preset-env', |
||||
{ |
||||
targets: { |
||||
ie: 9, |
||||
chrome: 47, |
||||
}, |
||||
}, |
||||
], |
||||
'@babel/preset-typescript', |
||||
]; |
||||
const plugins = [ |
||||
[ |
||||
'@babel/plugin-proposal-decorators', |
||||
{ |
||||
legacy: true, |
||||
}, |
||||
], |
||||
'@babel/plugin-proposal-class-properties', |
||||
]; |
||||
|
||||
return { |
||||
presets, |
||||
plugins, |
||||
}; |
||||
module.exports = function (api) { |
||||
return require("@fui/babel-preset-fineui").configs.base(api) |
||||
}; |
||||
|
Loading…
Reference in new issue