Fix .cjs files not showing up in bundle analyzer
I compile my server-side code to .cjs files. I was surprised to find the bundle analyzer view to be completely empty.
After debugging it turned out that .cjs filename was not being handled.
I think in general all assets should be included in the analysis but .cjs is good for now!
Could you release this patch on npm as well?
The committers listed above are authorized under a signed CLA.
- :white_check_mark: login: Rush / name: Damian Kaczmarek (da87ff0ce7998be401802cee18aa9046b586de43, e14a6764939b95d232d26350c5d261eb15c9fadf, dcb5adea2e19e27e464b2eee86ea4a7e21ea6898)
- :white_check_mark: login: valscion / name: Vesa Laakso (710fa677f691eec6a4cd6227dc8c1ce491d191b2)
- :white_check_mark: login: alexander-akait / name: Alexander Akait (667bd168798edb682029526148232af3e778c6ee)
Btw. I signed CLA. You can re-run your CI.
Thanks! :) I would appreciate if it could be released in the nearby future.
Looks good, thanks! Are you able to create a small test to verify this won't regress in the future? Also a mention of this change in changelog would be nice 😊
Hi @Rush are you still interested in getting this PR done? We'd need this PR to be rebased on top of latest master and a small test added to verify it won't regress in the future. A changelog entry would also be nice.
@valscion Hello, can we resolve this PR? Because a got a lot of questions why .cjs doesn't work
Yeah a PR which adds a minimal test case showing that .cjs files work, adds a changelog entry and does this same change will be accepted.
Okey, I will resend it :+1:
Sorry I don't have any bandwidth to work on it. One solution to consider would be to merge this and create a follow up issue with a test case. I've been using my .cjs branch for almost two years now :-)
Yeah now that this PR is up-to-date then adding some test coverage should hopefully be quite simple.
Would you @Rush have bandwidth to create a changelog entry for this change still?
@valscion let me know if this is what you had in mind
@valscion Added a test case
This has now been released as part of v4.10.2