Closed dagda1 closed 2 years ago
Hey @dagda1 thanks for reporting this! I'll investigate, I don't use skypack
as I've always had issues with it, so I haven't got a test case for it.
Hey @dagda1 I've now fixed this issue in the latest alpha. If you want to test it in your project, could you add the following line in your importMap imports, to force using the latest version?
"imports": {
"https://deno.land/x/mesozoic@v1.0.0-alpha.36/": "https://deno.land/x/mesozoic@v1.0.0-alpha.37/"
}
@deckchairlabs i can confirm this works. Many thanks!
I wonder if you could please help me diagnose a problem I am having vendoring a package?
I am building an application that has a
skypark
dependency for graphql-type-json.The app builds ok but when running the application against the compiled source, I get this error:
Looking at the generate
importMap.server.json
it is creating an entry forgraphql-type-json with
no file extension:And looking at the file system, it is generating a file with no file extension:
Looking at the output, it is actually creating files with no
.js
extension: