Skip to content

Commit

Permalink
fix: do not inline window, breaks jest
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Oct 12, 2023
1 parent cb9b8c1 commit 254688b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/styled-components/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ const serverConfig = {
],
plugins: configBase.plugins.concat(
replace({
window: undefined,
__SERVER__: JSON.stringify(true),
}),
minifierPlugin
Expand Down

0 comments on commit 254688b

Please sign in to comment.