Delete babel.config.js
This commit is contained in:
parent
88d8e9a7f9
commit
e0f13177a9
@ -1,26 +0,0 @@
|
|||||||
module.exports = function(api) {
|
|
||||||
api.cache.forever();
|
|
||||||
|
|
||||||
return {
|
|
||||||
"presets": [
|
|
||||||
["@babel/preset-env", {
|
|
||||||
"modules": false,
|
|
||||||
"useBuiltIns": "entry",
|
|
||||||
"corejs": 3
|
|
||||||
}]
|
|
||||||
],
|
|
||||||
"plugins": [
|
|
||||||
"dynamic-import-node",
|
|
||||||
[
|
|
||||||
"babel-plugin-transform-builtin-extend", {
|
|
||||||
"globals": ["Error"]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"@babel/plugin-transform-runtime", {
|
|
||||||
"regenerator": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
]
|
|
||||||
};
|
|
||||||
};
|
|
||||||
Loading…
x
Reference in New Issue
Block a user