mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-25 15:40:06 +03:00
.npmignore: rn-host-detect.ts
The presence of this file leads to a build error `[...]\node_modules\@redux-devtools\remote\src\rn-host-detect.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig fia the 'files or 'include' property.` This can be solved by including a path to this specific file in my app's tsconfig.json file, but it's an inelegant solution - this would be the only file in node_modules that has to be included like that. It doesn't actually serve any purpose in the deployed package, and the typings file would still be present.
This commit is contained in:
parent
6802f83946
commit
c725a70abb
1
packages/redux-devtools-remote/.npmignore
Normal file
1
packages/redux-devtools-remote/.npmignore
Normal file
|
@ -0,0 +1 @@
|
|||
src/rn-host-detect.ts
|
Loading…
Reference in New Issue
Block a user