-
Notifications
You must be signed in to change notification settings - Fork 134
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
Import ES6 does not work - client browser #82
Comments
same happens to me with vite |
And same here with Vue 3 + Vite. |
Try install |
this is a runtime error and installing the type declaration package is not useful. |
And same here with Vite 3.x + React. |
Up, any news ? |
Up up ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just as this issue pointed out, you get this specific module error
#46
This is just from the import example given in the readme and on npm
import { diffString, diff } from 'json-diff';
Which means it's not usable on a client app in the browser.
Is there a way to import this that works on browser. I'm using this with svelte/vite/javascript/chrome
The text was updated successfully, but these errors were encountered: