does somebody know, how I can only watch one config of an array, witch I have exported, by typing rollup -c -w and by typing only rollup -c it will compile it to 4 different versions? That means, if I will watch the js files, it compiles only one config for me e.g. the cjs one. I have already tried, to set watch to false, but it doesn't work and I think two different files are to stupid. Have somebody an idea to to this? This is my actual config:
does somebody know, how I can only watch one config of an array, witch I have exported, by typing rollup -c -w and by typing only rollup -c it will compile it to 4 different versions? That means, if I will watch the js files, it compiles only one config for me e.g. the cjs one. I have already tried, to set watch to false, but it doesn't work and I think two different files are to stupid. Have somebody an idea to to this? This is my actual config: