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

Warning on build Dynamic import can only be transformed when transforming ES modules to AMD, CommonJS or SystemJS. #56

Open
jankapunkt opened this issue Oct 20, 2023 · 1 comment

Comments

@jankapunkt
Copy link
Owner

Describe the bug
When building we get the message Dynamic import can only be transformed when transforming ES modules to AMD, CommonJS or SystemJS.

To Reproduce

  1. install
  2. run build script

Expected behavior
Build should be either configured to fully support dynamic imports or build targets that don't support dynamic imports should appropriately configured so no warning is raised.

@jankapunkt
Copy link
Owner Author

Related: babel/babel#14227

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

No branches or pull requests

1 participant