Skip to content

Commit

Permalink
fix babel config in our files
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S authored and XhmikosR committed Mar 25, 2020
1 parent 2c86fdb commit fe492d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
presets: [
[
'@babel/env',
'@babel/preset-env',
{
loose: true,
modules: false,
Expand Down
1 change: 1 addition & 0 deletions js/tests/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const conf = {
externalHelpersWhitelist: [
'defineProperties',
'createClass',
'createSuper',
'inheritsLoose',
'defineProperty',
'objectSpread2'
Expand Down

0 comments on commit fe492d8

Please sign in to comment.