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

vite fix hbs loader for v1 addons #1852

Merged
merged 4 commits into from
Mar 26, 2024
Merged

Conversation

patricklx
Copy link
Contributor

@patricklx patricklx commented Mar 22, 2024

?(pattern) Match zero or one consecutive occurrences of pattern

the pattern we want to match is .hbs?v=343 or .hbs
so *.hbs?([?]*) should be correct one
pattern after hbs = [?]* or do not match if not exists (only .hbs)

@patricklx
Copy link
Contributor Author

@mansona this looks like to work properly in my local tests

@patricklx patricklx force-pushed the patch-14 branch 5 times, most recently from b1b67ad to c9f718c Compare March 22, 2024 17:36
@patricklx patricklx changed the title vite filter match hbs?v=xxx vite fix hbs loader Mar 22, 2024
@patricklx patricklx changed the title vite fix hbs loader vite fix hbs loader for v1 addons Mar 22, 2024
@ef4 ef4 merged commit 11f2c70 into embroider-build:main Mar 26, 2024
93 checks passed
@patricklx patricklx deleted the patch-14 branch March 26, 2024 14:21
@ef4
Copy link
Contributor

ef4 commented Mar 26, 2024

Noting for posterity because I didn't fully understand this pattern: the change here defends against treating .hbs.js as .hbs, because we don't want to run .hbs.js through the transform() hook and double-compile it.

@mansona mansona added the bug Something isn't working label Apr 4, 2024
@github-actions github-actions bot mentioned this pull request Apr 4, 2024
@github-actions github-actions bot mentioned this pull request Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants