IjzerenHein / react-native-bundle-visualizer

See what packages are increasing your react-native bundle size 📦
MIT License
1.44k stars 42 forks source link

Sanitize app name string to support path names with special characters #23

Closed ofiron01 closed 4 years ago

ofiron01 commented 4 years ago

This PR fixes issue Visualizer script fails when package name is scoped #21. Scoped packages within a monorepo usually have names such as @repo/package-name. This fix will strip all special characters from the app name string.

IjzerenHein commented 4 years ago

Sweet, will check and merge immediately! Thanks for the contribution!