diff options
Diffstat (limited to 'integration/snapshots/bundled-entry-point.js')
-rw-r--r-- | integration/snapshots/bundled-entry-point.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/bundled-entry-point.js b/integration/snapshots/bundled-entry-point.js index fd211daa2..f3008327a 100644 --- a/integration/snapshots/bundled-entry-point.js +++ b/integration/snapshots/bundled-entry-point.js @@ -8,7 +8,7 @@ import { __HMRClient as Bun } from "http://localhost:8080/__runtime.js"; import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js"; -Bun.activate(true); +Bun.activate(false); var hmr = new HMR(3012834585, "bundled-entry-point.js"), exports = hmr.exports; (hmr._load = function() { |