Skip to content

Commit

Permalink
chore: generate vite sourcemap when not production (#8453)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jun 5, 2022
1 parent 64fc61c commit 129b499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/rollup.config.ts
Expand Up @@ -183,7 +183,7 @@ function createNodeConfig(isProduction: boolean) {
],
plugins: createNodePlugins(
isProduction,
false,
!isProduction,
// in production we use api-extractor for dts generation
// in development we need to rely on the rollup ts plugin
isProduction ? false : path.resolve(__dirname, 'dist/node')
Expand Down

0 comments on commit 129b499

Please sign in to comment.