We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1d72a commit f250442Copy full SHA for f250442
src/plugin/index.ts
@@ -45,7 +45,7 @@ export const createTransformer = (
45
src:
46
"export default String.raw`" +
47
escape(res).replace(/\$\{(.*?)\}/g, "\\$\\{$1\\}") +
48
- "`.replace(/\\\\([`${}])/g, '\\$1')",
+ "`.replace(/\\\\([`$])/g, '\\$1')",
49
});
50
}
51
0 commit comments