We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a147b commit 4d3f1e4Copy full SHA for 4d3f1e4
1 file changed
src/react-native-bundle-visualizer.js
@@ -9,7 +9,7 @@ const open = require('open');
9
const { explore } = require('source-map-explorer');
10
const pkgJSON = JSON.parse(fs.readFileSync('./package.json'));
11
12
-function sanitizeString2(str) {
+function sanitizeString(str) {
13
return str.replace(/[^\w]/gi, '');
14
}
15
0 commit comments