diff options
Diffstat (limited to '')
-rw-r--r-- | packages/astro/snowpack-plugin-jsx.cjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/snowpack-plugin-jsx.cjs b/packages/astro/snowpack-plugin-jsx.cjs index 9c3e51079..da373e131 100644 --- a/packages/astro/snowpack-plugin-jsx.cjs +++ b/packages/astro/snowpack-plugin-jsx.cjs @@ -94,7 +94,7 @@ Unable to resolve a renderer that handles JSX transforms! Please include a \`ren } // we need valid JS here, so we can use `h` and `Fragment` as placeholders - // NOTE(fks, matthewp): Make sure that you're transforming the original contents here. + // NOTE(fks, matthewp): Make sure that you're transforming the original contents here. const { code: codeToScan } = await esbuild.transform(contents + PREVENT_UNUSED_IMPORTS, { loader, jsx: 'transform', |