We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const path = module['path'] if (path.indexOf("__prelude__") >= 0 || path.indexOf("/node_modules/react-native/Libraries/polyfills") >= 0 || path.indexOf("source-map") >= 0 || path.indexOf("/node_modules/metro/src/lib/polyfills/") >= 0) { return false; }
因为我们业务包中出现了调用source-map,不知道为什么要过滤这些js.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
因为我们业务包中出现了调用source-map,不知道为什么要过滤这些js.
The text was updated successfully, but these errors were encountered: