Code Monkey home page Code Monkey logo

mesozoic's Issues

vendoring a skypark dependency

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.

    "graphql-type-json": "https://cdn.skypack.dev/[email protected]?dts",

The app builds ok but when running the application against the compiled source, I get this error:

error: Expected a JavaScript or TypeScript module, but identified a Unknown module. Importing these types of modules is currently not supported.
Specifier: file:///Users/paulcowan/projects/graphgen/server/.ultra/vendor/server/cdn.skypack.dev/[email protected]
at file:///Users/paulcowan/projects/graphgen/server/.ultra/src/graphql/schema.35f27db4.js:1:72

Looking at the generate importMap.server.json it is creating an entry for graphql-type-json with no file extension:

"graphql-type-json": "./vendor/server/cdn.skypack.dev/[email protected]",

And looking at the file system, it is generating a file with no file extension:

js

Looking at the output, it is actually creating files with no .js extension:

Add root alias to fixture

Using root alias with Ultra build which uses mesozoic causes problems:
`/~/` alias + build => Module not found on runtime | issue #290 | ultra:
entries for paths with aliases not created in .ultra/importMap.browser.json and importMap.server.json at all!

Please add root alias to fixture and resolve build errors.

For example:

importMap.json:

{
  "imports": {
       "/~/": "/src/",
   }
}

client.tsx, server.tsx:

replace

import App from "./src/app.tsx" with import App from "/~/app.tsx".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.