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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2020-03-25 22:59:53 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-03-25 23:32:37 +0300
commitfe492d8021d6f8dc3dde05da014fb1dfaf0b042a (patch)
treeaa9ee8d1abd48c643cff6a64182f89cb619a07ab /.babelrc.js
parent2c86fdb2543fbd73458451c41da39d0558bf0c5f (diff)
fix babel config in our files
Diffstat (limited to '.babelrc.js')
-rw-r--r--.babelrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.babelrc.js b/.babelrc.js
index 6fdc98a4e7..b1b8d1573c 100644
--- a/.babelrc.js
+++ b/.babelrc.js
@@ -1,7 +1,7 @@
module.exports = {
presets: [
[
- '@babel/env',
+ '@babel/preset-env',
{
loose: true,
modules: false,