Closed youzi closed 7 years ago
When we have:
files: dep-b project-a/node_modules/dep-b --> links to b project-a/node_modules/c/node_modules/dep-b --> links to b
rollup-watch adds creates 2 FileWatchers for dep-b
Presumably the answer to this would be to use fs.realpath
fs.realpath
Fixed in 3.1.0
When we have:
files: dep-b project-a/node_modules/dep-b --> links to b project-a/node_modules/c/node_modules/dep-b --> links to b
rollup-watch adds creates 2 FileWatchers for dep-b