We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5295e commit 6d2a38eCopy full SHA for 6d2a38e
.changeset/great-hounds-clean.md
packages/rollup-plugin-html/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# @web/rollup-plugin-html
2
3
+## 1.11.0
4
+
5
+### Minor Changes
6
7
+- ab5295e9: Detect `<source src="*">` tags as assets which means videos get copied and hashed.
8
9
+ ```html
10
+ <video controls>
11
+ <source src="./my-video.mp4" type="video/mp4" />
12
+ </video>
13
+ ```
14
15
## 1.10.3
16
17
### Patch Changes
packages/rollup-plugin-html/package.json
@@ -1,6 +1,6 @@
{
"name": "@web/rollup-plugin-html",
- "version": "1.10.3",
+ "version": "1.11.0",
"publishConfig": {
"access": "public"
},
0 commit comments