diff --git a/babel.config.js b/babel.config.js index a8114fee85d..5c2f807ce8f 100644 --- a/babel.config.js +++ b/babel.config.js @@ -23,10 +23,4 @@ module.exports = { '@babel/proposal-object-rest-spread', '@babel/plugin-syntax-dynamic-import', ], - overrides: [ - { - include: 'packages/fields/src/Controller.js', - presets: ['@babel/preset-env'], - }, - ], };