diff --git a/babel.config.js b/babel.config.js index e200355..96d16bd 100755 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,6 @@ module.exports = { presets: [ '@babel/preset-env', - '@babel/preset-react' + ['@babel/preset-react', { runtime: 'automatic' }] ] };