I have the following watch option:
watch: {
clearScreen: false,
include: ['src', path.resolve(__dirname, '../test/dist')],
},
and while it works when I change stuff in src, it does not when I change stuff in ../test/dist
I also tried without resolve and same issue.
Is that because nollup will not look in parent folders ?
I have the following watch option:
and while it works when I change stuff in
src, it does not when I change stuff in../test/distI also tried without
resolveand same issue.Is that because nollup will not look in parent folders ?