perf: improve build performance

This commit is contained in:
Baptiste Grob
2020-05-12 13:30:00 +02:00
parent e61cb53c75
commit 1916a459a0
7 changed files with 10 additions and 24 deletions

View File

@@ -1,15 +1,9 @@
{
"presets": [
"@babel/typescript",
[
"@babel/preset-env",
{
"targets": "> 0.25%, not dead"
}
]
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-class-properties",
"angularjs-annotate"
]