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
Currently, RSDoctor doesn't work correctly out of the box whenever used in Re.Pack projects. It detects no Javascript files, doesn't display Bundle Analyzer Graph at all and probably few other things that I haven't managed to spot. This is most likely caused by React Native using .bundle extensions instead of .js.
I was able to make things somewhat work:
Bundle Analyzer Graph by patching the webpack-bundle-analyzer
What problem does this feature solve?
Currently,
RSDoctor
doesn't work correctly out of the box whenever used in Re.Pack projects. It detects no Javascript files, doesn't display Bundle Analyzer Graph at all and probably few other things that I haven't managed to spot. This is most likely caused by React Native using.bundle
extensions instead of.js
.I was able to make things somewhat work:
Bundle Analyzer Graph
by patching thewebpack-bundle-analyzer
JSExtension
variable from@rsdoctor/types
and changing it from.js
to.bundle
Repro available here: https://github.com/ZephyrCloudIO/zephyr-repack-example
What does the proposed API look like?
I just want the plugin to work with RePack projects.
The text was updated successfully, but these errors were encountered: