diff --git a/craco.config.js b/craco.config.js index 5957a3b9a..43505c1ba 100644 --- a/craco.config.js +++ b/craco.config.js @@ -9,7 +9,9 @@ module.exports = { plugins: [ 'babel-plugin-transform-typescript-metadata', ['@babel/plugin-proposal-decorators', { legacy: true }], - ['@babel/plugin-proposal-class-properties', { loose: true }] + ['@babel/plugin-proposal-class-properties', { loose: true }], + ['@babel/plugin-transform-private-property-in-object', { loose: true }], + ['@babel/plugin-transform-private-methods', { loose: true }] ], loaderOptions: babelLoaderOptions => { return babelLoaderOptions;