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
I have an app that's roughly structured like this:
app
+-- main.ts
+-- Game
+-- Core.ts
+-- Net
+-- index.ts
main.ts referenced Game/Core.ts with the name app/Game/Core (correct), while Net/index.ts referenced it with app/game/Core (incorrect).
The result is that the output bundle is empty, with no errors or warnings reported. Fixing the casing to be correct in all cases fixes the issue, but an error would be nice.
This is on Windows 10, with tsify 0.14.1, Browserify 13.0.0, and TypeScript 1.8.9.