From 7f1935350799c4f2d001cf593d1e4d568045e4d4 Mon Sep 17 00:00:00 2001 From: elycruz <603428+elycruz@users.noreply.github.com> Date: Thu, 21 Jul 2022 10:25:47 -0400 Subject: [PATCH] #96 - Added note about rollup 'watch' feature. --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index e7563b1..a77089d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -187,6 +187,7 @@ export = function plugin(options = {} as RollupPluginSassOptions): RollupPlugin ) .then(([res, codeResult]) => { + // @todo Do we need to filter this call so it only occurs when rollup is in 'watch' mode? res.stats.includedFiles.forEach(i => {this.addWatchFile(i)}); return {