Merge branch 'modules-proxy-patches' into immediate-finds-modules-proxy
This commit is contained in:
commit
c9c1e0c6c5
|
@ -107,7 +107,7 @@ Object.defineProperty(Function.prototype, "m", {
|
||||||
|
|
||||||
// setImmediate to clear this property setter if this is not the main Webpack
|
// setImmediate to clear this property setter if this is not the main Webpack
|
||||||
// If this is the main Webpack, wreq.m will always be set before the timeout runs
|
// If this is the main Webpack, wreq.m will always be set before the timeout runs
|
||||||
const setterTimeout = setTimeout(() => delete (this as Partial<WebpackRequire>).p, 0);
|
const setterTimeout = setTimeout(() => Reflect.deleteProperty(this, "p"), 0);
|
||||||
Object.defineProperty(this, "p", {
|
Object.defineProperty(this, "p", {
|
||||||
configurable: true,
|
configurable: true,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue