Update excluded pages paths logic. Add HMR retries on errors.

This commit is contained in:
2026-04-12 05:47:12 +01:00
parent e0c2ab5872
commit 532d0d6b56
29 changed files with 168 additions and 65 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import AppNames from "./grab-app-names";
export default function grabAssetsPrefix() {
if (global.CONFIG.assetsPrefix) {
return global.CONFIG.assetsPrefix;
if (global.CONFIG.assets_prefix) {
return global.CONFIG.assets_prefix;
}
const { defaultAssetPrefix } = AppNames;
return defaultAssetPrefix;