diff options
| author | 2021-09-11 01:48:23 -0700 | |
|---|---|---|
| committer | 2021-09-11 01:48:23 -0700 | |
| commit | 125d88bd6540be5b751404165c69d1c6fdaae322 (patch) | |
| tree | 9c1bef7429ef83aa39c595f26b5c14ca203468e0 /packages/bun-framework-next/client.development.tsx | |
| parent | 6f2554b13ab2c89935bb063c8ab919bfa168ff96 (diff) | |
| download | bun-125d88bd6540be5b751404165c69d1c6fdaae322.tar.gz bun-125d88bd6540be5b751404165c69d1c6fdaae322.tar.zst bun-125d88bd6540be5b751404165c69d1c6fdaae322.zip | |
bun:error.js into separate module, ensure we don't include fast refresh in Bun.js, log build errors to browser console, don't warn for node_modules,
Diffstat (limited to 'packages/bun-framework-next/client.development.tsx')
| -rw-r--r-- | packages/bun-framework-next/client.development.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/bun-framework-next/client.development.tsx b/packages/bun-framework-next/client.development.tsx index c08eb513e..614eb2698 100644 --- a/packages/bun-framework-next/client.development.tsx +++ b/packages/bun-framework-next/client.development.tsx @@ -1,6 +1,5 @@ globalThis.global = globalThis; globalThis.Bun_disableCSSImports = true; -import "./bun-error"; import * as React from "react"; var onlyChildPolyfill = React.Children.only; |
