@@ -2427,7 +2427,7 @@ exports.request = request;
2427
2427
/***/ } ) ,
2428
2428
2429
2429
/***/ 272 :
2430
- /***/ ( function ( module , __webpack_exports__ , __webpack_require__ ) {
2430
+ /***/ ( function ( __unusedmodule , __webpack_exports__ , __webpack_require__ ) {
2431
2431
2432
2432
"use strict" ;
2433
2433
__webpack_require__ . r ( __webpack_exports__ ) ;
@@ -2455,7 +2455,6 @@ function callAsyncFunction(args, source) {
2455
2455
var external_path_ = __webpack_require__ ( 622 ) ;
2456
2456
2457
2457
// CONCATENATED MODULE: ./src/wrap-require.ts
2458
- /* module decorator */ module = __webpack_require__ . hmd ( module ) ;
2459
2458
2460
2459
const wrapRequire = new Proxy ( require , {
2461
2460
apply : ( target , thisArg , [ moduleID ] ) => {
@@ -2468,7 +2467,7 @@ const wrapRequire = new Proxy(require, {
2468
2467
}
2469
2468
catch ( err ) {
2470
2469
return target . resolve ( moduleID , {
2471
- paths : module . paths . concat ( process . cwd ( ) )
2470
+ paths : global . module . paths . concat ( process . cwd ( ) )
2472
2471
} ) ;
2473
2472
}
2474
2473
} ,
@@ -8812,28 +8811,5 @@ function regExpEscape (s) {
8812
8811
/******/ } ;
8813
8812
/******/ } ( ) ;
8814
8813
/******/
8815
- /******/ /* webpack/runtime/harmony module decorator */
8816
- /******/ ! function ( ) {
8817
- /******/ __webpack_require__ . hmd = function ( module ) {
8818
- /******/ module = Object . create ( module ) ;
8819
- /******/ if ( ! module . children ) module . children = [ ] ;
8820
- /******/ Object . defineProperty ( module , 'loaded' , {
8821
- /******/ enumerable : true ,
8822
- /******/ get : function ( ) { return module . l ; }
8823
- /******/ } ) ;
8824
- /******/ Object . defineProperty ( module , 'id' , {
8825
- /******/ enumerable : true ,
8826
- /******/ get : function ( ) { return module . i ; }
8827
- /******/ } ) ;
8828
- /******/ Object . defineProperty ( module , 'exports' , {
8829
- /******/ enumerable : true ,
8830
- /******/ set : function ( ) {
8831
- /******/ throw new Error ( 'ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module . id ) ;
8832
- /******/ }
8833
- /******/ } ) ;
8834
- /******/ return module ;
8835
- /******/ } ;
8836
- /******/ } ( ) ;
8837
- /******/
8838
8814
/******/ }
8839
8815
) ;
0 commit comments