Replies: 3 comments
-
Please create a reproducible project or follow the issue template |
Beta Was this translation helpful? Give feedback.
-
This is exact thing happened to me as soon as I added something to a worker file that is also imported by my main thread. This alone enough enough to cause:
Then none of them can be analyzed via parsed or gzip. Removing this shared dependency from the worker resolves everything. I'm not sure what happens under the hood in worker-loader that causes this strange behavior. I've had issues in the past with having common modules referenced in workers. I would expect the worker to simply bundle everything independent of the main bundle. With some shared stuff (TS enums) webpack compilation just hangs, but with other stuff it works fine. In this case I'm pulling in an error reporting SDK. Everything works except for profiling. |
Beta Was this translation helpful? Give feedback.
-
@Theoton there is not enough information to solve your issue. Could you please create a reproducible example repo or I'll have to close this issue. |
Beta Was this translation helpful? Give feedback.
-
Issue description
I don't see gzip or parsed sizes, it only shows stat size.
webpack.config.js
node v11.15.0
webpack v5.0.0-beta.18
Beta Was this translation helpful? Give feedback.
All reactions