Replies: 1 comment 2 replies
-
Works for me. Added testcase in PR #746 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a strange behavior I could currently not explain. I have some code that uses:
DynamicImport-Package: *
but this seem to not work for packages marked as "provisional api" (e.g.
x-friends
), as long as I require-bundle the exporting plugin my code works, but as soon as I solely rely on dynamic imports I getClassNotFoundException
.Is there any special handling that makes "provisional api" not working with dynamic import package?
Beta Was this translation helpful? Give feedback.
All reactions