Sébastien De Varennes

Results 4 comments of Sébastien De Varennes

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...

> Confirmed. Another workaround is putting the css string at the end. > > Error: > > ``` > const ErrorDiv = styled.div` > ${(props: {}) => > css` >...