--watch doesn't work in latest (1.4.15) webpack on osx yosemite 10.10 · Issue #675 · webpack/webpack

I have a single js file entry.js with document.write("foo") line and run webpack --watch entry.js bundle.js. Webpack starts in watch mode, then I make some changes to a file and can't see the updat...