There was an error while loading. Please reload this page.
1 parent 5f4cdec commit d6ef23cCopy full SHA for d6ef23c
1 file changed
src/resolver.ts
@@ -63,7 +63,7 @@ export function createDtsResolvePlugin({
63
)
64
if (rolldownResolution?.external) {
65
debug('Rolldown marked dts import as external:', id)
66
- return external
+ return rolldownResolution
67
}
68
69
const dtsResolution = await resolveDtsPath(
0 commit comments