We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637c003 commit ea5fc77Copy full SHA for ea5fc77
adminforth/modules/codeInjector.ts
@@ -946,7 +946,7 @@ class CodeInjector implements ICodeInjector {
946
947
// 🚫 Skip big files or files which might be dynamic
948
if (file.name === 'node_modules' || file.name === 'dist' ||
949
- file.name === 'i18n-messages.json' || file.name === 'i18n-empty.json' || file.name === 'hashes.json') {
+ file.name === 'i18n-messages.json' || file.name === 'i18n-empty.json') {
950
return '';
951
}
952
0 commit comments