-
-
Notifications
You must be signed in to change notification settings - Fork 919
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
Skypack cannot server faker 6.0 #635
Comments
the beta was working fine: |
Yeah I see the error 🤔 |
I will compare builds between https://unpkg.com/@faker-js/[email protected]/package.json and https://unpkg.com/@faker-js/[email protected]/package.json Edit 1:except from some chunk names, there is no difference between https://unpkg.com/@faker-js/[email protected]/dist/esm/index.js and https://unpkg.com/@faker-js/[email protected]/dist/esm/index.js But I'm not sure if skypack uses the esm or cjs version The cjs variant looks a little bit more differently Edit 2:Oh damn... yeah definitely https://github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#01427 broke it! |
I ensured that the cjs version is running locally in my test folder. So this bug only affects skypack somehow 🤔 I added the label We could downgrade to |
This might be a skypack issue which depends on the "default" field existing in the export: skypackjs/skypack-cdn#269 |
Perfect, thank you @hyrious |
Describe the bug
Skypack cannot server faker 6.0 so, cannot be used from deno
Reproduction
https://cdn.skypack.dev/@faker-js/[email protected]
Additional Info
No response
The text was updated successfully, but these errors were encountered: