Revert "Fixed: Ensure translations are fetched before loading app"

This reverts commit 0fc52ae16f.
This commit is contained in:
Bogdan
2023-07-16 04:07:54 +03:00
parent 0fc52ae16f
commit 1488fb7570
6 changed files with 18 additions and 38 deletions

View File

@@ -82,10 +82,6 @@ module.exports = (env) => {
hints: false
},
experiments: {
topLevelAwait: true
},
plugins: [
new webpack.DefinePlugin({
__DEV__: !isProduction,