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

This reverts commit eeaea17c1f.
This commit is contained in:
Bogdan
2023-07-16 04:15:48 +03:00
parent eeaea17c1f
commit 43c892b89d
6 changed files with 18 additions and 38 deletions
-4
View File
@@ -84,10 +84,6 @@ module.exports = (env) => {
hints: false
},
experiments: {
topLevelAwait: true
},
plugins: [
new webpack.DefinePlugin({
__DEV__: !isProduction,