mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
It's possible for webpack to return `null` on errors, which wasn't part of their TypeScript API until 5.101.0 (webpack/webpack#19711). Updated workaround for socket.io libraries, which are implemented in ESM now. This also specify the preferred import conditions to avoid picking up debug files (see socketio/socket.io@7594aa4).
5 lines
70 B
JavaScript
5 lines
70 B
JavaScript
"use strict";
|
|
|
|
export default function () {
|
|
return function () {};
|
|
}
|