I can see there's an option writeFile and it is set to true by default, and a file named size-plugin.json should appear where sizes are being written to. Such a file never appears for me
and when I rollup my sources (without the watch option) it always looks like there were no changes to last run:
I tested in Nodejs 12.10.0 as well as 13.2.0.
Here's an excerpt of my rollup config (I have tried to specify an explicit file name there, but both relying on the default and using an explicit file name fail):
I can see there's an option
writeFile
and it is set to true by default, and a file namedsize-plugin.json
should appear where sizes are being written to. Such a file never appears for me and when I rollup my sources (without the watch option) it always looks like there were no changes to last run:I tested in Nodejs 12.10.0 as well as 13.2.0.
Here's an excerpt of my rollup config (I have tried to specify an explicit file name there, but both relying on the default and using an explicit file name fail):