Commit 5175cb6d authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

fix: leave intermediate artifacts in watch (#3272)

parent b3368685
...@@ -68,7 +68,7 @@ const type = { ...@@ -68,7 +68,7 @@ const type = {
external: isAsset, external: isAsset,
plugins: [ plugins: [
dts({ compilerOptions: { baseUrl: 'dist/dts' } }), 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'] }),
], ],
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment