Closed alexismch closed 4 months ago
https://github.com/search?q=repo%3ABuilderIO%2Fqwik+QwikManifest&type=code&p=1 this is not a minimal replicated repository. Could you offer a replicated ?
Hello @alexismch. Please provide a minimal reproduction using a GitHub repository or StackBlitz.
Issues marked with STATUS-2: needs reproduction
will be automatically closed if they have no activity within 14 days.
Thanks π
@alexismch const manifest: import('./optimizer').QwikManifest;
seems to have been removed for V2. Hopefully this will be fixed in V2.
Which component is affected?
Qwik Optimizer (rust)
Describe the bug
Hi!
When running Vitest with coverage on the Qwik project, the tests go well but once the coverage report is being processed, this error occurs.
Further investigations lead to the assumption that this is due to the import & use of
manifest
from'@qwik-client-manifest'
(once the usage commented, the coverage reporting runs well).One idea about the reason : the way the the optimizer is imported but not sure at all :
Reproduction
https://github.com/search?q=repo%3ABuilderIO%2Fqwik+QwikManifest&type=code&p=1
Steps to reproduce
No response
System Info
Additional Information
No response