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

Lines changed: 2 additions & 3 deletions
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

Lines changed: 2 additions & 3 deletions
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

Lines changed: 2 additions & 3 deletions
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

Lines changed: 2 additions & 3 deletions
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

Lines changed: 2 additions & 3 deletions
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

Lines changed: 2 additions & 3 deletions
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

Lines changed: 2 additions & 3 deletions
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

Lines changed: 2 additions & 3 deletions
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

Lines changed: 2 additions & 3 deletions
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

Lines changed: 2 additions & 3 deletions
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] = {

0 commit comments

Comments
 (0)