diff --git a/babel.config.js b/babel.config.js index 8589713..131d92c 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,4 +1,5 @@ /* eslint-disable no-undef */ module.exports = { + compact: true, presets: ['next/babel'] };