diff options
Diffstat (limited to 'vendor/twbs/bootstrap/.babelrc.js')
-rw-r--r-- | vendor/twbs/bootstrap/.babelrc.js | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vendor/twbs/bootstrap/.babelrc.js b/vendor/twbs/bootstrap/.babelrc.js index b17738f86..1d6404edb 100644 --- a/vendor/twbs/bootstrap/.babelrc.js +++ b/vendor/twbs/bootstrap/.babelrc.js @@ -4,14 +4,11 @@ module.exports = { '@babel/preset-env', { loose: true, - modules: false, - exclude: ['transform-typeof-symbol'] + bugfixes: true, + modules: false } ] ], - plugins: [ - '@babel/plugin-proposal-object-rest-spread' - ], env: { test: { plugins: [ 'istanbul' ] |