Skip to content

Commit 7c1dc48

Browse files
authored
feat: use oxc-minify instead of transformWithEsbuild when rolldown-vite is used (#4748)
1 parent 4e3fce4 commit 7c1dc48

File tree

4 files changed

+553
-21
lines changed

4 files changed

+553
-21
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
"minimist": "^1.2.8",
166166
"nanoid": "^5.1.5",
167167
"ora": "^8.2.0",
168+
"oxc-minify": "^0.69.0",
168169
"p-map": "^7.0.3",
169170
"path-to-regexp": "^6.3.0",
170171
"picocolors": "^1.1.1",
@@ -192,6 +193,7 @@
192193
},
193194
"peerDependencies": {
194195
"markdown-it-mathjax3": "^4",
196+
"oxc-minify": "^0.69.0",
195197
"postcss": "^8"
196198
},
197199
"peerDependenciesMeta": {
@@ -200,6 +202,9 @@
200202
},
201203
"postcss": {
202204
"optional": true
205+
},
206+
"oxc-minify": {
207+
"optional": true
203208
}
204209
},
205210
"packageManager": "pnpm@10.10.0",

0 commit comments

Comments
 (0)