Hi
I'm getting the following warning displayed whenever I run git-split-diff
(node:364) ExperimentalWarning: Conditional exports is an experimental feature. This feature could change at any time
Functionally though all seems fine.
fyi I'm on MacOs with node v13.7.0, and I'm running the app via iTerm2 using git diff | git-split-diffs --color
(Unfortunately I'm not a node developer so can't help in trying to fix this.)
Hi
I'm getting the following warning displayed whenever I run git-split-diff
(node:364) ExperimentalWarning: Conditional exports is an experimental feature. This feature could change at any timeFunctionally though all seems fine.
fyi I'm on MacOs with node v13.7.0, and I'm running the app via iTerm2 using
git diff | git-split-diffs --color(Unfortunately I'm not a node developer so can't help in trying to fix this.)