Open Artur- opened 1 year ago
Hey @Artur-! Version v2.1.0 is out with improved support for template literals. Please let me know if it works
Thanks but I don't think we can remove our custom version and upgrade because of #53/#54
I see. I was looking for a way to conciliate your PR with template literals support (it took a bit of experimentation with the different AST nodes). I think I found a way which seems to work but to be honest I haven't been able to reproduce your issue with composed URLs. Would you mind having a go with the Artur--vite3-support branch and let me know if it works?
Thanks for the patience!
If this gets passed through the plugin, it breaks with
If you change
to
then it works.
The problem is because of https://github.com/umbopepato/rollup-plugin-postcss-lit/blob/main/index.ts#L68 assumes a default export initialized node has a
.value
which a template literal does not have