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
Builds fail when verbatimModuleSyntax in tsconfig.json is true, since that tells esbuild to not drop unused import statements, and the node:async_hooks import is kept in the client build even though it's not used.
The text was updated successfully, but these errors were encountered:
From solidjs/solid-start#1526
With a Solid Start
app.tsx
like this:Builds fail when
verbatimModuleSyntax
intsconfig.json
istrue
, since that tells esbuild to not drop unused import statements, and thenode:async_hooks
import is kept in the client build even though it's not used.The text was updated successfully, but these errors were encountered: