Skip to content

Commit

Permalink
fix(preview): add user builderPlugin to iframe builder (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
10Derozan authored Mar 21, 2024
1 parent 9b13e1a commit 55474e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-months-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rspress/plugin-preview': patch
---

fix: add user builderPlugin to iframe builder
1 change: 1 addition & 0 deletions packages/plugin-preview/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export function pluginPreview(options?: Options): RspressPlugin {
// not copy files again
copy: undefined,
},
plugins: config?.builderPlugins,
},
builderConfig,
);
Expand Down

0 comments on commit 55474e3

Please sign in to comment.