We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141bdf1 commit 1c6709bCopy full SHA for 1c6709b
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "rsbuild-plugin-html-minifier-terser",
3
"version": "1.1.2",
4
- "repository": "https://github.com/rspack-contrib/rsbuild-plugin-html-minifier-terser",
+ "repository": "https://github.com/rstackjs/rsbuild-plugin-html-minifier-terser",
5
"license": "MIT",
6
"type": "module",
7
"exports": {
@@ -49,7 +49,7 @@
49
"typescript": "^5.9.3"
50
},
51
"peerDependencies": {
52
- "@rsbuild/core": "1.x"
+ "@rsbuild/core": "^1.0.0 || ^2.0.0-0"
53
54
"peerDependenciesMeta": {
55
"@rsbuild/core": {
0 commit comments