diff --git a/package.json b/package.json index af59ab536..efebb4909 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,11 @@ "babel": { "presets": [ "@babel/preset-env" - ] + ], + "plugins": [ + "@babel/plugin-proposal-class-properties", + "@babel/plugin-proposal-private-methods" + ] }, "scripts": { "build": "webpack --config webpack.config.js"