Hey mate! I'm running some code with ttsc --watch mode enabled and it seems on re-compilation it doesn't apply the transformer? (Or my transformer does something odd and not work with watch mode?)
Is there any knowledge you have around this?
Transformer in question: https://github.com/atlassian-labs/compiled-css-in-js
Code in question: https://github.com/compiled/website
git clone [email protected]:compiled/website.git
git checkout dd74001bfb16ebc3ee3e26c11d9ec49f09cbd684
yarn
yarn help-me
And then edit something inside packages/ui/src
Cheers!
Hey mate! I'm running some code with
ttsc --watchmode enabled and it seems on re-compilation it doesn't apply the transformer? (Or my transformer does something odd and not work with watch mode?)Is there any knowledge you have around this?
Transformer in question: https://github.com/atlassian-labs/compiled-css-in-js
Code in question: https://github.com/compiled/website
And then edit something inside
packages/ui/srcCheers!