Skip to content

Commit c63eac7

Browse files
committed
fix: remove bundleInfo
1 parent 779fefd commit c63eac7

File tree

2 files changed

+2
-33
lines changed

2 files changed

+2
-33
lines changed

tests/fixtures/worker-config-dev-server-false/public/worker-bundle.js

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,4 @@
11
(() => { // webpackBootstrap
2-
var __webpack_modules__ = ({});
3-
/************************************************************************/
4-
// The module cache
5-
var __webpack_module_cache__ = {};
6-
7-
// The require function
8-
function __webpack_require__(moduleId) {
9-
10-
// Check if module is in cache
11-
var cachedModule = __webpack_module_cache__[moduleId];
12-
if (cachedModule !== undefined) {
13-
return cachedModule.exports;
14-
}
15-
// Create a new module (and put it into the cache)
16-
var module = (__webpack_module_cache__[moduleId] = {
17-
exports: {}
18-
});
19-
// Execute the module function
20-
__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
21-
22-
// Return the exports of the module
23-
return module.exports;
24-
25-
}
26-
27-
/************************************************************************/
28-
// webpack/runtime/rspack_version
29-
(() => {
30-
__webpack_require__.rv = () => ("1.4.3-canary-98b815e4-20250703091256")
31-
})();
32-
/************************************************************************/
332

343
/*!*******************!*\
354
!*** ./worker.js ***!

tests/fixtures/worker-config-dev-server-false/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = [
2424
experiments: {
2525
rspackFuture: {
2626
bundlerInfo: {
27-
force: ["version"]
27+
force: false
2828
}
2929
}
3030
}
@@ -51,7 +51,7 @@ module.exports = [
5151
experiments: {
5252
rspackFuture: {
5353
bundlerInfo: {
54-
force: ["version"]
54+
force: false
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)