Sébastien De Varennes
Sébastien De Varennes
Duplicate of #843
Can you please show me your webpack.config? We just managed to fix it on our end. The plugin should be part of externals along with prisma and nexus/schema. You also...
still no comments on the issue?
> Confirmed. Another workaround is putting the css string at the end. > > Error: > > ``` > const ErrorDiv = styled.div` > ${(props: {}) => > css` >...