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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check here for an actual reproduction: https://stackblitz.com/edit/vitejs-vite-ztyhgr?file=src%2Fmain.tsx
I got different outputs for the following input, with or without vite-plugin-conditional-compiler:
vite-plugin-conditional-compiler
const GQL_QUERY = ` query { countries { code name emoji } } `;
I got this without vite-plugin-conditional-compiler:
And this is what I got with vite-plugin-conditional-compiler, note the indentation was removed after compiling:
Versions:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check here for an actual reproduction: https://stackblitz.com/edit/vitejs-vite-ztyhgr?file=src%2Fmain.tsx
I got different outputs for the following input, with or without
vite-plugin-conditional-compiler
:I got this without

vite-plugin-conditional-compiler
:And this is what I got with

vite-plugin-conditional-compiler
, note the indentation was removed after compiling:Versions:
The text was updated successfully, but these errors were encountered: