File tree Expand file tree Collapse file tree 2 files changed +2
-33
lines changed
tests/fixtures/worker-config-dev-server-false Expand file tree Collapse file tree 2 files changed +2
-33
lines changed Original file line number Diff line number Diff line change 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 ***!
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments