Skip to content

Commit ea5fc77

Browse files
committed
Revert "fix: exclude 'hashes.json' from file processing in CodeInjector"
This reverts commit 13a7152.
1 parent 637c003 commit ea5fc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/modules/codeInjector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ class CodeInjector implements ICodeInjector {
946946

947947
// 🚫 Skip big files or files which might be dynamic
948948
if (file.name === 'node_modules' || file.name === 'dist' ||
949-
file.name === 'i18n-messages.json' || file.name === 'i18n-empty.json' || file.name === 'hashes.json') {
949+
file.name === 'i18n-messages.json' || file.name === 'i18n-empty.json') {
950950
return '';
951951
}
952952

0 commit comments

Comments
 (0)