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) { |
module.exports = function (api) { |
||||||
api.cache(true); |
return require("@fui/babel-preset-fineui").configs.base(api) |
||||||
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, |
|
||||||
}; |
|
||||||
}; |
}; |
||||||
|
Loading…
Reference in new issue