diff options
author | 2022-03-15 05:48:04 -0700 | |
---|---|---|
committer | 2022-03-15 05:48:04 -0700 | |
commit | 6b903de12cb0ec4ca715d92c90d6c9b3bd716011 (patch) | |
tree | fd94e4ab2493a38a504673a28d6277de44d4863b /integration/snapshots/custom-emotion-jsx | |
parent | f1f3501628fcabc1f256b2367ed57063eed3fe5e (diff) | |
download | bun-6b903de12cb0ec4ca715d92c90d6c9b3bd716011.tar.gz bun-6b903de12cb0ec4ca715d92c90d6c9b3bd716011.tar.zst bun-6b903de12cb0ec4ca715d92c90d6c9b3bd716011.zip |
:camera:
Diffstat (limited to 'integration/snapshots/custom-emotion-jsx')
-rw-r--r-- | integration/snapshots/custom-emotion-jsx/file.hmr.jsx | 16 | ||||
-rw-r--r-- | integration/snapshots/custom-emotion-jsx/file.jsx | 2 |
2 files changed, 10 insertions, 8 deletions
diff --git a/integration/snapshots/custom-emotion-jsx/file.hmr.jsx b/integration/snapshots/custom-emotion-jsx/file.hmr.jsx index 285a92aad..77a778dd3 100644 --- a/integration/snapshots/custom-emotion-jsx/file.hmr.jsx +++ b/integration/snapshots/custom-emotion-jsx/file.hmr.jsx @@ -1,22 +1,22 @@ import { __FastRefreshRuntime as FastRefresh -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __require as require -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; +} from "http://localhost:8080/bun:wrap"; import { __FastRefreshModule as FastHMR -} from "http://localhost:3000/bun:wrap"; -import * as $72625799 from "http://localhost:3000/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js"; +} from "http://localhost:8080/bun:wrap"; +import * as $72625799 from "http://localhost:8080/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js"; var JSX = require($72625799); var jsx = require(JSX).jsxDEV; -import * as $5b3cea55 from "http://localhost:3000/node_modules/react-dom/index.js"; +import * as $5b3cea55 from "http://localhost:8080/node_modules/react-dom/index.js"; var ReactDOM = require($5b3cea55); -Bun.activate(true); +Bun.activate(false); var hmr = new FastHMR(2497996991, "custom-emotion-jsx/file.jsx", FastRefresh), exports = hmr.exports; (hmr._load = function() { @@ -49,4 +49,4 @@ export { $$hmr_test as test }; -//# sourceMappingURL=http://localhost:3000/custom-emotion-jsx/file.jsx.map +//# sourceMappingURL=http://localhost:8080/custom-emotion-jsx/file.jsx.map diff --git a/integration/snapshots/custom-emotion-jsx/file.jsx b/integration/snapshots/custom-emotion-jsx/file.jsx index 338ef99de..466cd4697 100644 --- a/integration/snapshots/custom-emotion-jsx/file.jsx +++ b/integration/snapshots/custom-emotion-jsx/file.jsx @@ -21,3 +21,5 @@ export function test() { throw new Error('Expected "it worked!" but received: ' + style["content"]); return testDone(import.meta.url); } + +//# sourceMappingURL=http://localhost:8080/custom-emotion-jsx/file.jsx.map |