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
Unfortunately this is still an issue when the loader is used in production, as rollup only works for static builds. For now disabling typeChecks works around the issue, but it means that the TypeScript build as to be enforced by another way, e.g. a duplicate compilation pass.
As pointed out in this issue comment there are some file references written to the bundles.
This behavior leads to problems using hot module replacement when used together with bundling.
The text was updated successfully, but these errors were encountered: