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, 3 insertions, 3 deletions
diff --git a/integration/snapshots/export-default-module-hot.hmr.js b/integration/snapshots/export-default-module-hot.hmr.js index 82aeb0501..e0d02d271 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:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __exportDefault -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; export default __cJS2eSM(function(module, exports) { __exportDefault(module.exports, module.id); @@ -16,4 +16,4 @@ export default __cJS2eSM(function(module, exports) { -//# sourceMappingURL=http://localhost:3000/export-default-module-hot.js.map +//# sourceMappingURL=http://localhost:8080/export-default-module-hot.js.map |