Open markfinger opened 8 years ago
Given foo.js import as ./Foo.js, the file watcher will never trigger a change notification.
foo.js
./Foo.js
For broader context, this is a recurring problem across most build tools. Might be worth a poke around to see how other tools handle it.
Given
foo.js
import as./Foo.js
, the file watcher will never trigger a change notification.For broader context, this is a recurring problem across most build tools. Might be worth a poke around to see how other tools handle it.