Skip to content

Commit f08bd02

Browse files
gabrielcsapojantimon
authored andcommitted
[chore] updates fixtures
1 parent d62a10f commit f08bd02

File tree

12 files changed

+26
-38
lines changed

12 files changed

+26
-38
lines changed

examples/custom-template/dist/webpack-5/bundle.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ __webpack_require__.r(__webpack_exports__);
1919
/******/ // The require function
2020
/******/ function __webpack_require__(moduleId) {
2121
/******/ // Check if module is in cache
22-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
23-
/******/ if (cachedModule !== undefined) {
24-
/******/ return cachedModule.exports;
22+
/******/ if(__webpack_module_cache__[moduleId]) {
23+
/******/ return __webpack_module_cache__[moduleId].exports;
2524
/******/ }
2625
/******/ // Create a new module (and put it into the cache)
2726
/******/ var module = __webpack_module_cache__[moduleId] = {

examples/default/dist/webpack-5/bundle.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,8 @@ module.exports = function (list, options) {
405405
/******/ // The require function
406406
/******/ function __webpack_require__(moduleId) {
407407
/******/ // Check if module is in cache
408-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
409-
/******/ if (cachedModule !== undefined) {
410-
/******/ return cachedModule.exports;
408+
/******/ if(__webpack_module_cache__[moduleId]) {
409+
/******/ return __webpack_module_cache__[moduleId].exports;
411410
/******/ }
412411
/******/ // Create a new module (and put it into the cache)
413412
/******/ var module = __webpack_module_cache__[moduleId] = {

examples/favicon/dist/webpack-5/bundle.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ __webpack_require__.r(__webpack_exports__);
1919
/******/ // The require function
2020
/******/ function __webpack_require__(moduleId) {
2121
/******/ // Check if module is in cache
22-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
23-
/******/ if (cachedModule !== undefined) {
24-
/******/ return cachedModule.exports;
22+
/******/ if(__webpack_module_cache__[moduleId]) {
23+
/******/ return __webpack_module_cache__[moduleId].exports;
2524
/******/ }
2625
/******/ // Create a new module (and put it into the cache)
2726
/******/ var module = __webpack_module_cache__[moduleId] = {

examples/html-loader/dist/webpack-5/bundle.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ __webpack_require__.r(__webpack_exports__);
1919
/******/ // The require function
2020
/******/ function __webpack_require__(moduleId) {
2121
/******/ // Check if module is in cache
22-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
23-
/******/ if (cachedModule !== undefined) {
24-
/******/ return cachedModule.exports;
22+
/******/ if(__webpack_module_cache__[moduleId]) {
23+
/******/ return __webpack_module_cache__[moduleId].exports;
2524
/******/ }
2625
/******/ // Create a new module (and put it into the cache)
2726
/******/ var module = __webpack_module_cache__[moduleId] = {

examples/inline/dist/webpack-5/bundle.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ __webpack_require__.r(__webpack_exports__);
1919
/******/ // The require function
2020
/******/ function __webpack_require__(moduleId) {
2121
/******/ // Check if module is in cache
22-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
23-
/******/ if (cachedModule !== undefined) {
24-
/******/ return cachedModule.exports;
22+
/******/ if(__webpack_module_cache__[moduleId]) {
23+
/******/ return __webpack_module_cache__[moduleId].exports;
2524
/******/ }
2625
/******/ // Create a new module (and put it into the cache)
2726
/******/ var module = __webpack_module_cache__[moduleId] = {

examples/inline/dist/webpack-5/index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
/******/ // The require function
2222
/******/ function __webpack_require__(moduleId) {
2323
/******/ // Check if module is in cache
24-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
25-
/******/ if (cachedModule !== undefined) {
26-
/******/ return cachedModule.exports;
24+
/******/ if(__webpack_module_cache__[moduleId]) {
25+
/******/ return __webpack_module_cache__[moduleId].exports;
2726
/******/ }
2827
/******/ // Create a new module (and put it into the cache)
2928
/******/ var module = __webpack_module_cache__[moduleId] = {

examples/javascript-advanced/dist/webpack-5/bundle.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extr
4040
/******/ // The require function
4141
/******/ function __webpack_require__(moduleId) {
4242
/******/ // Check if module is in cache
43-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
44-
/******/ if (cachedModule !== undefined) {
45-
/******/ return cachedModule.exports;
43+
/******/ if(__webpack_module_cache__[moduleId]) {
44+
/******/ return __webpack_module_cache__[moduleId].exports;
4645
/******/ }
4746
/******/ // Create a new module (and put it into the cache)
4847
/******/ var module = __webpack_module_cache__[moduleId] = {

examples/javascript/dist/webpack-5/bundle.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ __webpack_require__.r(__webpack_exports__);
3737
/******/ // The require function
3838
/******/ function __webpack_require__(moduleId) {
3939
/******/ // Check if module is in cache
40-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
41-
/******/ if (cachedModule !== undefined) {
42-
/******/ return cachedModule.exports;
40+
/******/ if(__webpack_module_cache__[moduleId]) {
41+
/******/ return __webpack_module_cache__[moduleId].exports;
4342
/******/ }
4443
/******/ // Create a new module (and put it into the cache)
4544
/******/ var module = __webpack_module_cache__[moduleId] = {

examples/multi-page/dist/webpack-5/first.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,8 @@ module.exports = function (list, options) {
405405
/******/ // The require function
406406
/******/ function __webpack_require__(moduleId) {
407407
/******/ // Check if module is in cache
408-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
409-
/******/ if (cachedModule !== undefined) {
410-
/******/ return cachedModule.exports;
408+
/******/ if(__webpack_module_cache__[moduleId]) {
409+
/******/ return __webpack_module_cache__[moduleId].exports;
411410
/******/ }
412411
/******/ // Create a new module (and put it into the cache)
413412
/******/ var module = __webpack_module_cache__[moduleId] = {

examples/multi-page/dist/webpack-5/second.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,8 @@ module.exports = function (list, options) {
405405
/******/ // The require function
406406
/******/ function __webpack_require__(moduleId) {
407407
/******/ // Check if module is in cache
408-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
409-
/******/ if (cachedModule !== undefined) {
410-
/******/ return cachedModule.exports;
408+
/******/ if(__webpack_module_cache__[moduleId]) {
409+
/******/ return __webpack_module_cache__[moduleId].exports;
411410
/******/ }
412411
/******/ // Create a new module (and put it into the cache)
413412
/******/ var module = __webpack_module_cache__[moduleId] = {

examples/pug-loader/dist/webpack-5/bundle.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ function pug_rethrow(err, filename, lineno, str) {
284284
}
285285
var context, lines, start, end;
286286
try {
287-
str = str || __webpack_require__(672).readFileSync(filename, {encoding: 'utf8'});
287+
str = str || __webpack_require__(993).readFileSync(filename, {encoding: 'utf8'});
288288
context = 3;
289289
lines = str.split('\n');
290290
start = Math.max(lineno - context, 0);
@@ -323,7 +323,7 @@ function pug_rethrow(err, filename, lineno, str) {
323323

324324
/***/ }),
325325

326-
/***/ 672:
326+
/***/ 993:
327327
/***/ (() => {
328328

329329
/* (ignored) */
@@ -338,9 +338,8 @@ function pug_rethrow(err, filename, lineno, str) {
338338
/******/ // The require function
339339
/******/ function __webpack_require__(moduleId) {
340340
/******/ // Check if module is in cache
341-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
342-
/******/ if (cachedModule !== undefined) {
343-
/******/ return cachedModule.exports;
341+
/******/ if(__webpack_module_cache__[moduleId]) {
342+
/******/ return __webpack_module_cache__[moduleId].exports;
344343
/******/ }
345344
/******/ // Create a new module (and put it into the cache)
346345
/******/ var module = __webpack_module_cache__[moduleId] = {

examples/sort-manually/dist/webpack-5/a.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ __webpack_require__.r(__webpack_exports__);
1919
/******/ // The require function
2020
/******/ function __webpack_require__(moduleId) {
2121
/******/ // Check if module is in cache
22-
/******/ var cachedModule = __webpack_module_cache__[moduleId];
23-
/******/ if (cachedModule !== undefined) {
24-
/******/ return cachedModule.exports;
22+
/******/ if(__webpack_module_cache__[moduleId]) {
23+
/******/ return __webpack_module_cache__[moduleId].exports;
2524
/******/ }
2625
/******/ // Create a new module (and put it into the cache)
2726
/******/ var module = __webpack_module_cache__[moduleId] = {

0 commit comments

Comments
 (0)