Skip to content

Instantly share code, notes, and snippets.

@usefulthink
Created October 21, 2021 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save usefulthink/8798763f160f0966b76242c73f725ae1 to your computer and use it in GitHub Desktop.
Save usefulthink/8798763f160f0966b76242c73f725ae1 to your computer and use it in GitHub Desktop.
<!doctype html>
<body><script src="index.js" type="module"></script></body>
import jsonUrl from 'url:./test.json';
console.log(jsonUrl);
{
"name": "parcel-test",
"dependencies": {
"parcel": "^2.0.0-nightly.732"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment