-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Bare Imports #3366
Comments
Related article http://dplatz.de/blog/2019/es6-bare-imports.html |
Have you tried this?:
|
@bbert this yields the same result unfortunately |
Same issue here while trying to use Rollup to compile my app with dashjs. Found the related sax.js issue. I tried some of the suggestions of requiring |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because no further activity occurred. If you think this issue is still relevant please reopen it. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. However, it might still be relevant so please leave a short comment if it should remain open. Otherwise the issue will be closed automatically after two weeks. Thank you for your contributions. |
unstale |
This issue has been automatically marked as stale because it has not had recent activity. However, it might still be relevant so please leave a short comment if it should remain open. Otherwise the issue will be closed automatically after two weeks. Thank you for your contributions. |
unstale |
Having a similar issue in Vite, you'd ostensibly have the same issue in Deno and php-js. The main culprit seems to be the My cringe workaround is to do the following, afterwards bruteforce the global into your code with
|
I too was having issues with dashjs and vite, thanks rayfoss for the workaround. Would love a proper solution, though 👀 |
This issue has been automatically marked as stale because it has not had recent activity. However, it might still be relevant so please leave a short comment if it should remain open. Otherwise the issue will be closed automatically after two weeks. Thank you for your contributions. |
This issue has been automatically closed because no further activity occurred. If you think this issue is still relevant please reopen it or contact @dsilhavy. Thank you for your contributions. |
I have run into an issue when importing dashjs, using it as a regular script tag works but as an npm module it does not. I have made a repro linked below which exhibits the issue.
Steps to reproduce
https://github.com/matt3224/sapper-dash
Observed behaviour
When importing dash like
import dashjs from "dashjs"
i get the following issue:Console output
Thanks!!
The text was updated successfully, but these errors were encountered: