rnx-kit icon indicating copy to clipboard operation
rnx-kit copied to clipboard

Add support for metro js map in @rnx-kit/third-party-notices

Open dannyvv opened this issue 3 years ago • 1 comments

Currently the third party notice generator assumes the js.map files are generated by webpack. This should be updated to support the Metro bundler as well. When metro is supported the defaults in the react-native cli should be updated to assume the bundle output of the project when no argument is given to make that use-case parameterless.

dannyvv avatar May 04 '21 17:05 dannyvv

Correct me if I'm wrong but I thought the source map schema is universal? bundle-diff uses source maps to produce diffs and I used it to investigate Haul/Webpack vs Metro differences.

tido64 avatar May 04 '21 19:05 tido64

People have used @rnx-kit/third-party-notices with Metro without issues. Closing.

tido64 avatar Feb 09 '23 14:02 tido64