We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
emitFile
emitFile is supposed to a return a referenceId which can be used to import/export the file in other files.
referenceId
unplugin seems to not return anything (even the typescript type is void).
void
unplugin/src/types.ts
Line 22 in 61feea6
Is there a different way to get the referenceId?
The text was updated successfully, but these errors were encountered:
emitFile seems to work with both vite and rollup, but with webpack the result is undefined.
vite
rollup
webpack
Sorry, something went wrong.
same question
Bumping this. I also want this API
No branches or pull requests
emitFile
is supposed to a return areferenceId
which can be used to import/export the file in other files.unplugin seems to not return anything (even the typescript type is
void
).unplugin/src/types.ts
Line 22 in 61feea6
Is there a different way to get the referenceId?
The text was updated successfully, but these errors were encountered: