Fixed: Ensure translations are fetched before loading app

(cherry picked from commit ad2721dc55f3233e4c299babe5744418bc530418)

Closes #3880
This commit is contained in:
Mark McDowall 2023-07-14 16:55:25 -07:00 committed by Bogdan
commit 6424d2b045
6 changed files with 42 additions and 20 deletions

View file

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