- Rollup Plugin Name: @rollup/plugin-typescript
- Rollup Plugin Version: 3.0.0
- Rollup Version: 1.31.1
- Operating System (or Browser): Win 10
- Node Version: 13.7.0
When running rollup with typescirpt plugin multiple times without restarting the whole node process, the build will produce the same output even if the input files have changed.
The new file is written, but it looks the same. It's as if creating a new bundle with rollup.rollup()
remembers the old file and never reads the new one.
npm install
npm start
- creates an interactive build process- press
B
key to buildoutput.js
out ofinput.ts
- modify
input.ts
and pressB
again - see the build finish and produce the old version of the output