@@ -53,6 +53,7 @@ if(__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target
5353
5454exports [` ConfigCacheTestCases chunks-order module exported tests The dependOn chunk must be loaded before the common chunk. 1` ] = `
5555"import { fileURLToPath as __webpack_fileURLToPath__ } from \\ "node:url\\ ";
56+ var __webpack_filename__ = __webpack_fileURLToPath__(import.meta.url);
5657export const __webpack_esm_id__ = \\ "foo\\ ";
5758export const __webpack_esm_ids__ = [\\ "foo\\ "];
5859export const __webpack_esm_modules__ = {
@@ -73,7 +74,6 @@ export const __webpack_esm_modules__ = {
7374 \\\\****************/
7475/***/ ((__unused_webpack_module , __unused_webpack___webpack_exports__ , __webpack_require__ ) => {
7576
76- var __webpack_filename__ = __webpack_fileURLToPath__ (import .meta .url );
7777/* harmony import */ var _style_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__ (/* ! ./style.css */ 125 );
7878/* harmony import */ var _dependency_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__ (/* ! ./dependency.js */ 784 );
7979/* harmony import */ var _dependency_js__WEBPACK_IMPORTED_MODULE_1___default = /* #__PURE__*/ __webpack_require__ .n (_dependency_js__WEBPACK_IMPORTED_MODULE_1__ );
@@ -14998,10 +14998,10 @@ __WEBPACK_EXTERNAL_MODULE_externals1_v__;
1499814998
1499914999exports [` ConfigCacheTestCases module import-meta-env exported tests import.meta.env behaves like process.env 1` ] = `
1500015000"import { fileURLToPath as __webpack_fileURLToPath__ } from \\ "url\\ ";
15001+ var __webpack_filename__ = __webpack_fileURLToPath__(import.meta.url);
1500115002/*!******************!*\\\\
1500215003 !*** ./index.js ***!
1500315004 \\\\ ******************/
15004- var __webpack_filename__ = __webpack_fileURLToPath__(import.meta.url);
1500515005it(\\ "should work import.meta.env with EnvironmentPlugin\\ ", () => {
1500615006 expect (\\" aaa\\ " ).toBe (\\" aaa\\ " );
1500715007} );
0 commit comments