Skip to content

Commit

Permalink
chore: add rsdoctor some examples
Browse files Browse the repository at this point in the history
  • Loading branch information
easy1090 committed Mar 25, 2024
1 parent 0ed7668 commit b97a4c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rsdoctor/modern-minimal/modern.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export default defineConfig<'rspack'>({
},
},
},
plugins: [appTools()],
plugins: [appTools({
bundler: 'experimental-rspack'
})],
tools: {
rspack: (config, { appendPlugins }) => {
if (process.env.RSDOCTOR === 'true') {
Expand Down

0 comments on commit b97a4c0

Please sign in to comment.