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

Fixes #26 - Rollup not resolving path aliases on build. #38

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

iivvaannxx
Copy link
Contributor

Fixed #26. Turns out Qwik doesn't resolve the paths in the tsconfig.json out of the box. You need the vite plugin vite-tsconfig-paths as done in the docs. The custom build step didn't resolve the paths because of the missing plugin.

@iivvaannxx
Copy link
Contributor Author

PD: I forgot to mention, I also removed all the test comments of the Counter component and fixed the initial value, which was inside the props but not actually used.

@thejackshelton
Copy link
Member

Awesome work! Went through it and looks good. Merging

Also thank you for cleaning up our demo example, yeah I previously had content there to test named slots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rollup not resolving path aliases in Qwik components on build.
2 participants