Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2022-05-03 13:05:41 +0300
committerDillon <dillonzq@outlook.com>2022-05-03 13:05:41 +0300
commitab141e3d9cadde1135d21241cf7d3cca3b0e4741 (patch)
tree7107cacb3decc2aa2c8216266c65fac92fc0f2cf /.babelrc
parent2f86ca014c1a6bef9feea8958239d5552cd33c61 (diff)
fix: theme.min.js error
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.babelrc b/.babelrc
index 60c39710..5672c7aa 100644
--- a/.babelrc
+++ b/.babelrc
@@ -5,7 +5,6 @@
{
"targets": "> 0.25%, not dead"
}
- ],
- "minify"
+ ]
]
}