Skip to content

Commit

Permalink
fix: work around issue building with pnpm (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 8, 2022
1 parent 6011ded commit eb7da84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/build.ts
Expand Up @@ -62,6 +62,8 @@ export async function build (rootDir: string, stub: boolean, inputConfig: BuildC
},
esbuild: { target: 'es2020' },
dts: {
// https://github.com/Swatinem/rollup-plugin-dts/issues/143
compilerOptions: { preserveSymlinks: false },
respectExternal: true
}
}
Expand Down

0 comments on commit eb7da84

Please sign in to comment.