mirror of https://github.com/status-im/metro.git
Use different tmpdir
Reviewed By: wez Differential Revision: D3086091 fb-gh-sync-id: b26a792b80b523205ceafaa0e9d2299527bc8176 shipit-source-id: b26a792b80b523205ceafaa0e9d2299527bc8176
This commit is contained in:
parent
c0f446d7e2
commit
ed654c022e
|
@ -13,7 +13,6 @@ var path = require('path');
|
|||
// Don't forget to everything listed here to `package.json`
|
||||
// modulePathIgnorePatterns.
|
||||
var sharedBlacklist = [
|
||||
/js\/tmp\/.*/,
|
||||
/node_modules[/\\]react[/\\]dist[/\\].*/,
|
||||
'node_modules/react/lib/React.js',
|
||||
'node_modules/react/lib/ReactDOM.js',
|
||||
|
|
Loading…
Reference in New Issue