Skip to content

Commit

Permalink
fix: removed a workaround for rollup issue which is breaking the pack…
Browse files Browse the repository at this point in the history
…age contents
  • Loading branch information
grisha87 committed Aug 23, 2023
1 parent 4fd34ba commit c3f599b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ export default [
json(), // Required because one our dependencies (bottleneck) loads its own 'version.json'
typescript({ tsconfig: "./tsconfig.json" }),
terser({ keep_classnames: true }),
{
// Temporary workaround https://github.com/rollup/rollup/issues/4213
closeBundle() {
if (!process.env.ROLLUP_WATCH) {
setTimeout(() => process.exit(0));
}
},
name: "force-close",
},
],
},
// NodeJS
Expand Down

0 comments on commit c3f599b

Please sign in to comment.