diff --git a/babel.config.js b/babel.config.js index b2416e2..6e931d6 100644 --- a/babel.config.js +++ b/babel.config.js @@ -12,7 +12,6 @@ module.exports = { 'import-graphql', 'inline-json-import', - '@babel/plugin-proposal-class-properties', - '@babel/plugin-proposal-export-default-from' + '@babel/plugin-proposal-class-properties' ] };