Skip to content

Commit

Permalink
Merge pull request #559 from golemfactory/bugfix/JST-287/broken-npm-p…
Browse files Browse the repository at this point in the history
…ackage

fix: removed a workaround for rollup issue which is breaking the pack…
  • Loading branch information
grisha87 authored Aug 23, 2023
2 parents 4fd34ba + c3f599b commit 22d832d
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 22d832d

Please sign in to comment.