Skip to content

Conversation

aamcrae
Copy link
Contributor

@aamcrae aamcrae commented Dec 24, 2024

There is a mix of relative and non-relative imports. Webpack has an issue with non-relative imports unless the preferRelative resolve configuration is set true. This works for most of the non-relative imports except where ".." is used. Instead, a better solution is to use relative imports for all imports.

There is a mix of relative and non-relative imports.
Webpack has an issue with non-relative imports unless the
preferRelative resolve configuration is set true. This works
for most of the non-relative imports except where ".." is used.
Instead, a better solution is to use relative imports for all imports.
@jonobr1 jonobr1 merged commit 51889b6 into jonobr1:dev Dec 24, 2024
@jonobr1
Copy link
Owner

jonobr1 commented Dec 24, 2024

Thank you!

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