summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsx/import-map-scoped.json
AgeCommit message (Collapse)Author
2022-08-24fix: resolve `jsxImportSource` relative to module (#15561)Luca Casonato
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.