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

fix: imports failing when bundler relies on html imports #3

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

sapkra
Copy link
Contributor

@sapkra sapkra commented Nov 8, 2023

We are importing the generated html files into our sveltekit server using import file from './email.html?raw'. But this fails when building the project because the files are not there yet. This PR changes the order that the mjml files are compiled before the bundler starts.

@innocenzi innocenzi merged commit e1c37a8 into innocenzi:main Nov 9, 2023
1 check passed
@innocenzi
Copy link
Owner

Seems fine to me, thank you!

@sapkra sapkra deleted the patch-1 branch November 10, 2023 01:47
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.

2 participants