We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 SourceMap from "https://esm.sh/@parcel/source-map/";
After running deno run I got this:
deno run
Download https://esm.sh/@parcel/source-map/ error: Import 'https://esm.sh/@parcel/source-map/' failed: 500 Internal Server Error at file:///C:/Users/tommy/Desktop/packup/main.ts:1:23
/* esm.sh - error */ throw new Error("[esm.sh] " + "esbuild: Could not resolve \"../parcel_sourcemap_wasm/dist-web/parcel_sourcemap_wasm.js\""); export default null;
The text was updated successfully, but these errors were encountered:
@tjosepo Not a problem with @parcel/source-map version 2.0.4 and greater. There's another issue though; see See parcel-bundler/source-map#110
Sorry, something went wrong.
No branches or pull requests
Failing module
Error message
After running
deno run
I got this:Additional info
The text was updated successfully, but these errors were encountered: