Skip to content

Commit 9151440

Browse files
authored
chore(build): drop @rolldown/pluginutils build step (#1655)
## Summary - `@rolldown/pluginutils` has been extracted from the rolldown repo into a standalone package (rolldown/rolldown#9317), so it is no longer a workspace member. - Remove the `vp run @rolldown/pluginutils#build` step from the `build:src` task in `vite.config.ts` to keep it aligned with the root `pnpm build` script.
1 parent 1eb39c6 commit 9151440

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export default defineConfig({
102102
tasks: {
103103
'build:src': {
104104
command: [
105-
'vp run @rolldown/pluginutils#build',
106105
'vp run rolldown#build-binding:release',
107106
'vp run rolldown#build-node',
108107
'vp run vite#build-types',

0 commit comments

Comments
 (0)