diff --git a/web3.js/babel.config.json b/web3.js/babel.config.json index 15c7f949cd..a1b073b5da 100644 --- a/web3.js/babel.config.json +++ b/web3.js/babel.config.json @@ -1,9 +1,14 @@ { "presets": [ - ["@babel/preset-env"], + [ + "@babel/preset-env", + { + "bugfixes": true + } + ], ["@babel/preset-typescript"] ], "plugins": [ "@babel/plugin-proposal-class-properties" ] -} +} \ No newline at end of file