MCPcopy Create free account
hub / github.com/gaearon/react-hot-loader / shouldIgnoreFile

Function shouldIgnoreFile

src/babel.dev.js:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8/* eslint-disable */
9const shouldIgnoreFile = file =>
10 !!file
11 .split('\\')
12 .join('/')
13 .match(/node_modules\/(react|react-dom|react-hot-loader)([\/]|$)/);
14
15/* eslint-enable */
16

Callers 2

babel.test.jsFile · 0.85
exitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected