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

?module currently generates wrong import #281

Open
astralus-vanstijn opened this issue Dec 11, 2020 · 0 comments
Open

?module currently generates wrong import #281

astralus-vanstijn opened this issue Dec 11, 2020 · 0 comments

Comments

@astralus-vanstijn
Copy link

Since today ?module seems to generate a wrong import for at least one of the modules.

The call to https://unpkg.com/@microsoft/mgt-components@2.0.0/dist/es6/components/sub-components/mgt-flyout/mgt-flyout.js?module generates an import for import { MgtBaseComponent } from "https://unpkg.com/@microsoft/mgt-element@2.0.0/?module"; and this causes the error "Cannot find an index in "/" in @microsoft/mgt-element@2.0.0" as far as i can see it should be generated as https://unpkg.com/@microsoft/mgt-element@2.0.0?module

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