Skip to content

Commit

Permalink
Merge branch 'canary' into 31013-add-base-path-to-preflight-middlewar…
Browse files Browse the repository at this point in the history
…e-request
  • Loading branch information
kodiakhq[bot] committed Nov 9, 2021
2 parents 4c90caa + 3e8b2dc commit 15db3aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/next/build/swc/options.js
Expand Up @@ -43,7 +43,11 @@ function getBaseSWCOptions({
},
},
},
styledComponents: styledComponents ? {} : null,
styledComponents: styledComponents
? {
displayName: Boolean(development),
}
: null,
}
}

Expand Down

0 comments on commit 15db3aa

Please sign in to comment.