1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

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

This reverts commit c61cca7952.
This commit is contained in:
Bogdan
2023-07-16 03:57:28 +03:00
parent f8cbca7958
commit 6ad9ebb19e
6 changed files with 18 additions and 38 deletions

View File

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