Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/meteor/client/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FlowRouter.notFound = {
action: () => undefined,
};

import('./polyfills')
import('@rocket.chat/fuselage-polyfills')
.then(() => import('./meteorOverrides'))
.then(() => import('./ecdh'))
.then(() => import('./importPackages'))
Expand Down
16 changes: 0 additions & 16 deletions apps/meteor/client/polyfills/childNodeRemove.ts

This file was deleted.

107 changes: 0 additions & 107 deletions apps/meteor/client/polyfills/cssVars.ts

This file was deleted.

19 changes: 0 additions & 19 deletions apps/meteor/client/polyfills/customEventPolyfill.ts

This file was deleted.

6 changes: 0 additions & 6 deletions apps/meteor/client/polyfills/index.ts

This file was deleted.

16 changes: 0 additions & 16 deletions apps/meteor/client/polyfills/promiseFinally.ts

This file was deleted.

1 change: 0 additions & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@
"ua-parser-js": "^1.0.40",
"underscore": "^1.13.7",
"universal-perf-hooks": "^1.0.1",
"url-polyfill": "^1.1.13",
"uuid": "^11.0.3",
"webdav": "^4.11.5",
"xml-crypto": "~3.2.1",
Expand Down
8 changes: 0 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8275,7 +8275,6 @@ __metadata:
ua-parser-js: "npm:^1.0.40"
underscore: "npm:^1.13.7"
universal-perf-hooks: "npm:^1.0.1"
url-polyfill: "npm:^1.1.13"
uuid: "npm:^11.0.3"
webdav: "npm:^4.11.5"
webpack: "npm:~5.99.9"
Expand Down Expand Up @@ -35513,13 +35512,6 @@ __metadata:
languageName: node
linkType: hard

"url-polyfill@npm:^1.1.13":
version: 1.1.13
resolution: "url-polyfill@npm:1.1.13"
checksum: 10/2b01caad660f86224f6c6ccb2528259fe3b27729912997786221132b02c39da66d139c1e10f57489984ab76129db7a370b33b5ed89dfc34b587d4953fb356c9b
languageName: node
linkType: hard

"url-to-options@npm:^1.0.1":
version: 1.0.1
resolution: "url-to-options@npm:1.0.1"
Expand Down
Loading