Skip to content

Commit d34044b

Browse files
test: update
1 parent 926baee commit d34044b

File tree

14 files changed

+1280
-1337
lines changed

14 files changed

+1280
-1337
lines changed

package-lock.json

Lines changed: 1269 additions & 1326 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/cases/chunkFilename-fullhash/expected/webpack-5-importModule/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ __webpack_require__.r(__webpack_exports__);
7373
/******/
7474
/******/ /* webpack/runtime/getFullHash */
7575
/******/ (() => {
76-
/******/ __webpack_require__.h = () => ("28af1b92f2511f8f1836")
76+
/******/ __webpack_require__.h = () => ("1ae3df98b6be4a363534")
7777
/******/ })();
7878
/******/
7979
/******/ /* webpack/runtime/global */
@@ -322,7 +322,7 @@ __webpack_require__.r(__webpack_exports__);
322322
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
323323
/******/ installedChunks[chunkId][0]();
324324
/******/ }
325-
/******/ installedChunks[chunkIds[i]] = 0;
325+
/******/ installedChunks[chunkId] = 0;
326326
/******/ }
327327
/******/
328328
/******/ }

test/cases/chunkFilename-fullhash/expected/webpack-5/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ __webpack_require__.r(__webpack_exports__);
7373
/******/
7474
/******/ /* webpack/runtime/getFullHash */
7575
/******/ (() => {
76-
/******/ __webpack_require__.h = () => ("845a2495b51038b0d047")
76+
/******/ __webpack_require__.h = () => ("47fcfccba07af5e0227d")
7777
/******/ })();
7878
/******/
7979
/******/ /* webpack/runtime/global */
@@ -322,7 +322,7 @@ __webpack_require__.r(__webpack_exports__);
322322
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
323323
/******/ installedChunks[chunkId][0]();
324324
/******/ }
325-
/******/ installedChunks[chunkIds[i]] = 0;
325+
/******/ installedChunks[chunkId] = 0;
326326
/******/ }
327327
/******/
328328
/******/ }

test/cases/dependOn-multiple-files-per-entry/expected/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ __webpack_require__.r(__webpack_exports__);
140140
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
141141
/******/ installedChunks[chunkId][0]();
142142
/******/ }
143-
/******/ installedChunks[chunkIds[i]] = 0;
143+
/******/ installedChunks[chunkId] = 0;
144144
/******/ }
145145
/******/ return __webpack_require__.O(result);
146146
/******/ }

test/cases/dependOn/expected/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ __webpack_require__.r(__webpack_exports__);
131131
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
132132
/******/ installedChunks[chunkId][0]();
133133
/******/ }
134-
/******/ installedChunks[chunkIds[i]] = 0;
134+
/******/ installedChunks[chunkId] = 0;
135135
/******/ }
136136
/******/ return __webpack_require__.O(result);
137137
/******/ }

test/cases/insert-function/expected/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
313313
/******/ installedChunks[chunkId][0]();
314314
/******/ }
315-
/******/ installedChunks[chunkIds[i]] = 0;
315+
/******/ installedChunks[chunkId] = 0;
316316
/******/ }
317317
/******/
318318
/******/ }

test/cases/insert-string/expected/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
308308
/******/ installedChunks[chunkId][0]();
309309
/******/ }
310-
/******/ installedChunks[chunkIds[i]] = 0;
310+
/******/ installedChunks[chunkId] = 0;
311311
/******/ }
312312
/******/
313313
/******/ }

test/cases/insert-undefined/expected/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
307307
/******/ installedChunks[chunkId][0]();
308308
/******/ }
309-
/******/ installedChunks[chunkIds[i]] = 0;
309+
/******/ installedChunks[chunkId] = 0;
310310
/******/ }
311311
/******/
312312
/******/ }

test/cases/no-runtime/expected/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ __webpack_require__.r(__webpack_exports__);
236236
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
237237
/******/ installedChunks[chunkId][0]();
238238
/******/ }
239-
/******/ installedChunks[chunkIds[i]] = 0;
239+
/******/ installedChunks[chunkId] = 0;
240240
/******/ }
241241
/******/
242242
/******/ }

test/cases/runtime/expected/runtime~main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
310310
/******/ installedChunks[chunkId][0]();
311311
/******/ }
312-
/******/ installedChunks[chunkIds[i]] = 0;
312+
/******/ installedChunks[chunkId] = 0;
313313
/******/ }
314314
/******/ return __webpack_require__.O(result);
315315
/******/ }

0 commit comments

Comments
 (0)