Séamus O'Connor
Results
2
comments of
Séamus O'Connor
Your example uses the `css` JS template literal syntax — which does produce the `sourceMappingURL`. The bug is that this syntax didn't: ```tsx import { css } from "@emotion/react"; import...
> This seems to be more inline with what you're expecting, is that right? Yes it looks correct AFAICT. In the output you [pasted above](https://github.com/swc-project/plugins/issues/160#issuecomment-1890061666) I saw that it also...