Module bundling improved to reduce number of requests to 1 JavaScript and 1 CSS file per webpage excl. external resources such as Recaptcha

This commit is contained in:
2024-09-13 23:26:37 +01:00
parent cef903ff39
commit 00dc753add
1490 changed files with 45316 additions and 1372 deletions

5
node_modules/emoji-regex/es2015/RGI_Emoji.d.ts generated vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module 'emoji-regex/es2015/RGI_Emoji' {
function emojiRegex(): RegExp;
export = emojiRegex;
}

6
node_modules/emoji-regex/es2015/RGI_Emoji.js generated vendored Normal file

File diff suppressed because one or more lines are too long

5
node_modules/emoji-regex/es2015/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module 'emoji-regex/es2015' {
function emojiRegex(): RegExp;
export = emojiRegex;
}

6
node_modules/emoji-regex/es2015/index.js generated vendored Normal file

File diff suppressed because one or more lines are too long

5
node_modules/emoji-regex/es2015/text.d.ts generated vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module 'emoji-regex/es2015/text' {
function emojiRegex(): RegExp;
export = emojiRegex;
}

6
node_modules/emoji-regex/es2015/text.js generated vendored Normal file

File diff suppressed because one or more lines are too long