In rollup watch mode, if there is an error on first build, it doesn't trigger bundle anymore. It works if first build is successful.
Here is package.json of my project.
{
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-watch": "^4.3.1",
"typescript": "^2.3.4",
"rollup": "^0.45.2",
"rollup-plugin-typescript2": "^0.5.2"
}