Skip to content

Commit

Permalink
Add docs to block list for example's config
Browse files Browse the repository at this point in the history
  • Loading branch information
osdnk authored May 14, 2019
1 parent 8631048 commit c0904ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const glob = require('glob-to-regexp');
function getBlacklist() {
const nodeModuleDirs = [
glob(`${path.resolve(__dirname, '..')}/node_modules/*`),
glob(`${path.resolve(__dirname, '..')}/docs/*`),
glob(`${path.resolve(__dirname)}/node_modules/metro/node_modules/fbjs/*`),
];
return blacklist(nodeModuleDirs);
Expand Down

0 comments on commit c0904ee

Please sign in to comment.