diff options
Diffstat (limited to 'integration/snapshots/export-default-module-hot.hmr.js')
-rw-r--r-- | integration/snapshots/export-default-module-hot.hmr.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/integration/snapshots/export-default-module-hot.hmr.js b/integration/snapshots/export-default-module-hot.hmr.js index 3f12940f2..82aeb0501 100644 --- a/integration/snapshots/export-default-module-hot.hmr.js +++ b/integration/snapshots/export-default-module-hot.hmr.js @@ -1,9 +1,9 @@ import { __cJS2eSM -} from "http://localhost:8080/bun:wrap"; +} from "http://localhost:3000/bun:wrap"; import { __exportDefault -} from "http://localhost:8080/bun:wrap"; +} from "http://localhost:3000/bun:wrap"; export default __cJS2eSM(function(module, exports) { __exportDefault(module.exports, module.id); @@ -15,3 +15,5 @@ export default __cJS2eSM(function(module, exports) { + +//# sourceMappingURL=http://localhost:3000/export-default-module-hot.js.map |