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
> src/main.ts:8:4: warning: Indirect calls to "require" will not be bundled (surround with a try/catch to silence this warning)
8 │ if (require.main === module) {
╵ ~~~~~~~
The text was updated successfully, but these errors were encountered:
This typical pattern doesn't work in a bundled output script:
See also #560
Output during build:
The text was updated successfully, but these errors were encountered: