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
C:\Users\Raul\Documents\GitHub\react-native-uber-eats\node_modules\metro-config\src\defaults\index.js:112 blacklistRE: blacklist(), useWatchman: true }, serializer: { polyfillModuleNames: [], getRunModuleStatement: moduleId => __r(${JSON.stringify(moduleId)});, getPolyfills: () => [], postProcessBundleSourcemap: (_ref) => {let code = _ref.code,map = _ref.map,outFileName = _ref.outFileName;return { code, map };}, getModulesRunBeforeMainModule: () => [], processModuleFilter: module => true, createModuleIdFactory: defaultCreateModuleIdFactory, experimentalSerializerHook: () => {} }, server: { useGlobalHotkey: true, port: 8080, enhanceMiddleware: middleware => middleware }, transformer: { assetPlugins: [], asyncRequireModulePath: 'metro/src/lib/bundle-modules/asyncRequire', assetRegistryPath: 'missing-asset-registry-path', babelTransformerPath: 'metro/src/defaultTransformer', dynamicDepsInPackages: 'throwAtRuntime', enableBabelRCLookup: true, getTransformOptions: (() => {var _ref2 = _asyncToGenerator(function* () {return { transform: { experimentalImportSupport: false, inlineRequires: false }, preloadedModules: false, ramGroups: [] };});return function getTransformOptions() {return _ref2.apply(this, arguments);};})(), minifierPath: DEFAULT_METRO_MINIFIER_PATH, optimizationSizeLimit: 150 * 1024, // 150 KiB.
__r(${JSON.stringify(moduleId)});
The text was updated successfully, but these errors were encountered:
once the blacklist function is removed the server remains stable
Sorry, something went wrong.
No branches or pull requests
C:\Users\Raul\Documents\GitHub\react-native-uber-eats\node_modules\metro-config\src\defaults\index.js:112
blacklistRE: blacklist(), useWatchman: true }, serializer: { polyfillModuleNames: [], getRunModuleStatement: moduleId =>
__r(${JSON.stringify(moduleId)});
, getPolyfills: () => [], postProcessBundleSourcemap: (_ref) => {let code = _ref.code,map = _ref.map,outFileName = _ref.outFileName;return { code, map };}, getModulesRunBeforeMainModule: () => [], processModuleFilter: module => true, createModuleIdFactory: defaultCreateModuleIdFactory, experimentalSerializerHook: () => {} }, server: { useGlobalHotkey: true, port: 8080, enhanceMiddleware: middleware => middleware }, transformer: { assetPlugins: [], asyncRequireModulePath: 'metro/src/lib/bundle-modules/asyncRequire', assetRegistryPath: 'missing-asset-registry-path', babelTransformerPath: 'metro/src/defaultTransformer', dynamicDepsInPackages: 'throwAtRuntime', enableBabelRCLookup: true, getTransformOptions: (() => {var _ref2 = _asyncToGenerator(function* () {return { transform: { experimentalImportSupport: false, inlineRequires: false }, preloadedModules: false, ramGroups: [] };});return function getTransformOptions() {return _ref2.apply(this, arguments);};})(), minifierPath: DEFAULT_METRO_MINIFIER_PATH, optimizationSizeLimit: 150 * 1024, // 150 KiB.The text was updated successfully, but these errors were encountered: