Skip to content

Commit

Permalink
fix: removing terser to allow an unminified build that is easier to d… (
Browse files Browse the repository at this point in the history
hyperledger-identus#127)

Signed-off-by: Francisco Javier Ribó Labrador <[email protected]>
  • Loading branch information
elribonazo committed May 2, 2024
1 parent c10d707 commit e7ee7f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup/base.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default (output, plugins = []) => {
},
},
}),
terser(),
...plugins,
commonjs(),
cleanup(),
Expand Down

0 comments on commit e7ee7f7

Please sign in to comment.