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:
Diffstat (limited to '.babelrc.js')
-rw-r--r--.babelrc.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/.babelrc.js b/.babelrc.js
index b1b8d1573c..51399697f4 100644
--- a/.babelrc.js
+++ b/.babelrc.js
@@ -4,12 +4,9 @@ module.exports = {
'@babel/preset-env',
{
loose: true,
- modules: false,
- exclude: ['transform-typeof-symbol']
+ bugfixes: true,
+ modules: false
}
]
- ],
- plugins: [
- '@babel/plugin-proposal-object-rest-spread'
]
};