Open thejustinwalsh opened 2 years ago
Yes, please. Try sending a PR out with updated dependencies as well. Always welcome :)
@notlmn @thejustinwalsh Has there been any updates on this issue?
@jaa
@notlmn @thejustinwalsh Has there been any updates on this issue?
I never got around to working up the PR. Feel free to take over where I left off!
I could not get this plugin to work in Vite / rollup 3 without making the following changes:
https://github.com/notlmn/rollup-plugin-transform-tagged-template/compare/master...thejustinwalsh:rollup-plugin-transform-tagged-template:fix-esm-babel-imports
I can open a PR, but I am unsure if there is a better solution here. The problem seems to stem from the way node.js handles imports of commonjs modules from esm modules and may have been updated in node > 15? I am using node 16 (lts) and the changes within that branch appear to be neccessary.