We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Node.js
1 parent ae2de02 commit dbe7300Copy full SHA for dbe7300
client-src/default/index.js
@@ -1,10 +1,5 @@
1
'use strict';
2
3
-// webpack@5 doesn't inject node polyfill automatically
4
-window.global = window.global || window;
5
-window.process = window.process || {};
6
-window.process.env = window.process.env || {};
7
-
8
/* global __resourceQuery WorkerGlobalScope self */
9
const stripAnsi = require('../transpiled-modules/strip-ansi');
10
const socket = require('./socket');
0 commit comments