Skip to content

Commit

Permalink
Disable declarationMap until dtsExtension added to vite-plugin-dts
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jan 1, 2024
1 parent 616bb09 commit 870b656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/index.js
Expand Up @@ -21,7 +21,7 @@ export const tanstackBuildConfig = (options) => {
compilerOptions: {
// @ts-expect-error
module: 'esnext',
declarationMap: true,
declarationMap: false,
},
}),
dts({
Expand Down

0 comments on commit 870b656

Please sign in to comment.