mirror of https://github.com/status-im/metro.git
RN: Move `core` to Shared
Reviewed By: cpojer Differential Revision: D4250233 fbshipit-source-id: 8c42bed47559c477be039d47e3f4fd1fac503152
This commit is contained in:
parent
2322db4f81
commit
5396a15559
|
@ -15,8 +15,6 @@ var path = require('path');
|
||||||
var sharedBlacklist = [
|
var sharedBlacklist = [
|
||||||
/node_modules[/\\]react[/\\]dist[/\\].*/,
|
/node_modules[/\\]react[/\\]dist[/\\].*/,
|
||||||
|
|
||||||
'downstream/core/invariant.js',
|
|
||||||
|
|
||||||
/website\/node_modules\/.*/,
|
/website\/node_modules\/.*/,
|
||||||
|
|
||||||
// TODO(jkassens, #9876132): Remove this rule when it's no longer needed.
|
// TODO(jkassens, #9876132): Remove this rule when it's no longer needed.
|
||||||
|
|
Loading…
Reference in New Issue