-
Notifications
You must be signed in to change notification settings - Fork 108
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
ES6 import is wrong? #127
Comments
Hi @PierBover , how have you managed to get it working w/ ES6? |
@bitdom8 import it like this:
And then use it like this:
|
Thanks @PierBover . It works great with :)))
however, when following is done, no use:(;
here is my dependencies: Even change <script lang="ts"> to <script> and install worker-load, no use |
The problem in this build file with vite bunderler:
so het this error:
the q is how can we define filters' preceded value? |
I get the error "import not found: default" I think because it has no set default to import, but if I use import * as Vibrant from /path/, then I get the same error from the beginning of the thread, any idea how I could fix this? |
In Node, this doesn't work:
I get the error:
Instead I'm using the regular import which works as expected:
Do you want me to make a PR to fix the docs?
The text was updated successfully, but these errors were encountered: