diff options
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js index dfead674f3f..523dbe5de01 100644 --- a/babel.config.js +++ b/babel.config.js @@ -6,6 +6,7 @@ module.exports = { plugins: [ '@babel/plugin-syntax-dynamic-import', '@babel/plugin-transform-class-properties', + '@babel/plugin-transform-private-methods', // We need the bundler entry not the web one // Jest will otherwise resolve the wrong one [ |