diff options
| author | Johann-S <[email protected]> | 2020-03-25 20:59:53 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-03-25 22:32:37 +0200 |
| commit | fe492d8021d6f8dc3dde05da014fb1dfaf0b042a (patch) | |
| tree | aa9ee8d1abd48c643cff6a64182f89cb619a07ab | |
| parent | 2c86fdb2543fbd73458451c41da39d0558bf0c5f (diff) | |
| download | bootstrap-fe492d8021d6f8dc3dde05da014fb1dfaf0b042a.tar.xz bootstrap-fe492d8021d6f8dc3dde05da014fb1dfaf0b042a.zip | |
fix babel config in our files
| -rw-r--r-- | .babelrc.js | 2 | ||||
| -rw-r--r-- | js/tests/karma.conf.js | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.babelrc.js b/.babelrc.js index 6fdc98a4e..b1b8d1573 100644 --- a/.babelrc.js +++ b/.babelrc.js @@ -1,7 +1,7 @@ module.exports = { presets: [ [ - '@babel/env', + '@babel/preset-env', { loose: true, modules: false, diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js index 61f17dedf..536c1ab2f 100644 --- a/js/tests/karma.conf.js +++ b/js/tests/karma.conf.js @@ -75,6 +75,7 @@ const conf = { externalHelpersWhitelist: [ 'defineProperties', 'createClass', + 'createSuper', 'inheritsLoose', 'defineProperty', 'objectSpread2' |
