You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`preact/debug` is now imported by the client boot chunk — the first framework code any page with islands runs. It is a top-level `await`, so the import finishes before any island hydrates.
`import.meta.env.DEV` is `false` in a production build, so the import is dropped and `preact/debug` never ends up in the shipped bundle.
0 commit comments