mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
33c4d45328
Previously `jsxImportSource` was resolved relative to the config file during graph building, and relative to the emitted module during runtime. This is now fixed so that the JSX import source is resolved relative to the module both during graph building and at runtime.
8 lines
205 B
JSON
8 lines
205 B
JSON
{
|
|
"scopes": {
|
|
"../subdir/": {
|
|
"jsx/jsx-runtime": "http://localhost:4545/jsx/jsx-runtime/index.ts",
|
|
"jsx/jsx-dev-runtime": "http://localhost:4545/jsx/jsx-dev-runtime/index.ts"
|
|
}
|
|
}
|
|
}
|