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
When I open my app it boots Angular and immediately fails accessing template files (Failed to load failed-foo.component.html, app.com/foo.component.html 404 (Not Found))
Commenting out the new WorkerPlugin line solves this, although of course it fails trying to access the workers. The build always passes successfully with no errors, even with --verbose; and when WorkerPlugin is configured it seems to be building a worker chunk.
Any clue what might be causing this? I don't even know what kind of informative log I can send. Very confusing.
The text was updated successfully, but these errors were encountered:
I followed this guide: https://medium.com/lacolaco-blog/enjoyable-webworkers-in-angular-41cfeb0e6519
When I open my app it boots Angular and immediately fails accessing template files (
Failed to load failed-foo.component.html
,app.com/foo.component.html 404 (Not Found)
)Commenting out the
new WorkerPlugin
line solves this, although of course it fails trying to access the workers. The build always passes successfully with no errors, even with--verbose
; and whenWorkerPlugin
is configured it seems to be building a worker chunk.Any clue what might be causing this? I don't even know what kind of informative log I can send. Very confusing.
The text was updated successfully, but these errors were encountered: