Skip to content
New issue

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

Build fails when passing manualchunks to vite #1659

Closed
soc221b opened this issue Oct 9, 2022 · 2 comments
Closed

Build fails when passing manualchunks to vite #1659

soc221b opened this issue Oct 9, 2022 · 2 comments
Assignees
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working
Milestone

Comments

@soc221b
Copy link

soc221b commented Oct 9, 2022

Qwik Version

0.10.0

Operating System (or Browser)

macOS Monterey 12.5

Node Version (if applicable)

18.1.0

Which component is affected?

Qwik Rollup / Vite plugin

Expected Behaviour

The script npm run build.preview should succeed.

Reproducible example: https://github.com/iendeavor/import-meta-env/tree/53fdd5232e7e8593f3a0b45310404fd47bffeaf1/packages/examples/vite-qwik-example (This application is created by npm create qwik@latest).

Actual Behaviour

When running vite build --ssr src/entry.preview.tsx

Invalid value for option "output.inlineDynamicImports" - multiple inputs are not supported when "output.inlineDynamicImports" is true.

Additional Information

Similar issue found in svelte: sveltejs/kit#1718

@soc221b soc221b added TYPE: bug Something isn't working STATUS-1: needs triage New issue which needs to be triaged labels Oct 9, 2022
@manucorporat manucorporat added this to the 0.11.0 milestone Oct 10, 2022
@manucorporat manucorporat self-assigned this Oct 10, 2022
@manucorporat
Copy link
Contributor

Can you try again using latest Vite and Qwik (0.12.1)?

@manucorporat
Copy link
Contributor

We removed this setting, so i assume this should be fixed from outside! closing, but feel free to reopen!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants