fix babel config in our files

This commit is contained in:
Johann-S 2020-03-25 20:59:53 +01:00 committed by XhmikosR
parent 2c86fdb254
commit fe492d8021
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
module.exports = {
presets: [
[
'@babel/env',
'@babel/preset-env',
{
loose: true,
modules: false,

View File

@ -75,6 +75,7 @@ const conf = {
externalHelpersWhitelist: [
'defineProperties',
'createClass',
'createSuper',
'inheritsLoose',
'defineProperty',
'objectSpread2'