diff --git a/babel.config.js b/babel.config.js index a9a888e49..04c3ed896 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,8 @@ module.exports = { - presets: [['@babel/env', { targets: { node: '10' } }]], + presets: [['@babel/env', { + targets: { node: '10' }, + include: ['transform-classes'], + }]], plugins: [ '@babel/proposal-class-properties', [