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.
oxc-minify
transformWithEsbuild
1 parent 4e3fce4 commit 7c1dc48Copy full SHA for 7c1dc48
package.json
@@ -165,6 +165,7 @@
165
"minimist": "^1.2.8",
166
"nanoid": "^5.1.5",
167
"ora": "^8.2.0",
168
+ "oxc-minify": "^0.69.0",
169
"p-map": "^7.0.3",
170
"path-to-regexp": "^6.3.0",
171
"picocolors": "^1.1.1",
@@ -192,6 +193,7 @@
192
193
},
194
"peerDependencies": {
195
"markdown-it-mathjax3": "^4",
196
197
"postcss": "^8"
198
199
"peerDependenciesMeta": {
@@ -200,6 +202,9 @@
200
202
201
203
"postcss": {
204
"optional": true
205
+ },
206
+ "oxc-minify": {
207
+ "optional": true
208
}
209
210
"packageManager": "pnpm@10.10.0",
0 commit comments