diff options
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js index 044e5a3fed1..523dbe5de01 100644 --- a/babel.config.js +++ b/babel.config.js @@ -5,7 +5,8 @@ module.exports = { plugins: [ '@babel/plugin-syntax-dynamic-import', - '@babel/plugin-proposal-class-properties', + '@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 [ |