Skip to content

Commit 473b7b8

Browse files
authored
chore(devtools): disable devtools's styledComponents build (#6705)
1 parent 2b19ba2 commit 473b7b8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/nine-cups-reply.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@modern-js/devtools-client': patch
3+
---
4+
5+
chore(devtools): disable devtools's styledComponents build because it's not used

packages/devtools/client/modern.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export default defineConfig<'rspack'>({
9898
},
9999
},
100100
tools: {
101+
styledComponents: false,
101102
postcss: (config, { addPlugins }) => {
102103
addPlugins(require('postcss-custom-media'));
103104
},

0 commit comments

Comments
 (0)