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 835afdb commit 5bfb8a0Copy full SHA for 5bfb8a0
packages/html/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-html ChangeLog
2
3
+## v2.0.0
4
+
5
+_2025-01-23_
6
7
+### Breaking Changes
8
9
+- fix!: output only entry chunks by default, not assets or nonentry chunks (#1835)
10
11
## v1.1.0
12
13
_2024-12-15_
packages/html/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-html",
- "version": "1.1.0",
+ "version": "2.0.0",
"publishConfig": {
"access": "public"
},
0 commit comments