Skip to content

Commit

Permalink
fix: leave intermediate artifacts in watch (#3272)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzmp authored Feb 10, 2022
1 parent b336868 commit 5175cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const type = {
external: isAsset,
plugins: [
dts({ compilerOptions: { baseUrl: 'dist/dts' } }),
del({ hook: 'buildEnd', targets: ['dist/widgets.tsc', 'dist/dts'] }),
process.env.ROLLUP_WATCH ? undefined : del({ hook: 'buildEnd', targets: ['dist/widgets.tsc', 'dist/dts'] }),
],
}

Expand Down

0 comments on commit 5175cb6

Please sign in to comment.