@@ -1,24 +1,19 @@
|
||||
{
|
||||
"presets": [
|
||||
"@babel/preset-react",
|
||||
"@babel/preset-typescript",
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"corejs": {
|
||||
"version": "3",
|
||||
"proposals": true
|
||||
},
|
||||
"targets": {
|
||||
"node": "12"
|
||||
},
|
||||
"useBuiltIns": "usage"
|
||||
"node": "14"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"@babel/preset-typescript"
|
||||
],
|
||||
"plugins": [
|
||||
"transform-class-properties",
|
||||
"tsconfig-paths-module-resolver",
|
||||
"babel-plugin-transform-typescript-metadata",
|
||||
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
||||
[
|
||||
"transform-inline-environment-variables",
|
||||
{
|
||||
@@ -27,6 +22,7 @@
|
||||
"SOURCE_VERSION"
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"tsconfig-paths-module-resolver"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user