Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
9
const
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.js
File · 0.85
exit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected