Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fd5532

Browse files
committed
q3
dd
1 parent 2a0e6c7 commit 3fd5532

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/wrap-require.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@ export const wrapRequire = new Proxy(__non_webpack_require__, {
1919
return target.apply(thisArg, [modulePath])
2020
},
2121

22-
get: (target, prop, receiver) => {
23-
Reflect.get(target, prop, receiver)
24-
}
25-
})
22+
/

0 commit comments

Comments
 (0)