Skip to content

Commit

Permalink
Merge pull request #173 from cowwoc/watch-html-dependencies
Browse files Browse the repository at this point in the history
Additional fix for #160
  • Loading branch information
edoardocavazza authored Mar 5, 2024
2 parents 6f5fefd + 4aa7fb8 commit 01305e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sharp-gifts-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chialab/esbuild-rna": patch
---

Additional fix for #160
2 changes: 1 addition & 1 deletion packages/esbuild-rna/lib/Build.js
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ export class Build {
if (result.watchFiles) {
result.watchFiles.forEach((file) => {
if (!watchFiles.includes(file)) {
watchFiles.push();
watchFiles.push(file);
}
});
}
Expand Down

0 comments on commit 01305e8

Please sign in to comment.