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

remove dynamic import statements #232

Closed

Conversation

raphaelschwinger
Copy link
Contributor

fixes #231

Background

Importing from paths generated at runtime breaks
parcel, see (parcel-bundler/parcel#4031),
or esbuild, see (evanw/esbuild#480).

Summary

replace dynamic import statements with hardcoded ones.

@simov
Copy link
Owner

simov commented Mar 20, 2021

Published in v5.4.11, I rebased your commits on top of master.

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.

remove dynamic import statements
2 participants