Open
Description
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 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.