Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watch HTML asset files #169

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Watch HTML asset files #169

merged 2 commits into from
Mar 5, 2024

Conversation

edoardocavazza
Copy link
Member

This PR should fix #160 by collecting watched files in the html plugin.

Copy link

changeset-bot bot commented Mar 5, 2024

🦋 Changeset detected

Latest commit: 9695bee

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@chialab/esbuild-plugin-html Patch
@chialab/esbuild-rna Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codecov bot commented Mar 5, 2024

Codecov Report

Attention: Patch coverage is 96.42857% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 91.62%. Comparing base (d745e14) to head (9695bee).

Files Patch % Lines
packages/esbuild-plugin-html/lib/index.js 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #169      +/-   ##
==========================================
- Coverage   91.64%   91.62%   -0.02%     
==========================================
  Files          36       36              
  Lines        5865     5890      +25     
==========================================
+ Hits         5375     5397      +22     
- Misses        490      493       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@edoardocavazza edoardocavazza merged commit c1130ac into main Mar 5, 2024
7 of 8 checks passed
@edoardocavazza edoardocavazza deleted the watch-html-files branch March 5, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

esbuild-plugin-html only watches the HTML file
1 participant