thelounge/scripts/noop.mjs
Tiago de Paula ca79426e6e
chore(deps): update Webpack to 5.105
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).
2026-02-11 12:14:12 -03:00

5 lines
70 B
JavaScript

"use strict";
export default function () {
return function () {};
}