Skip to content

Commit

Permalink
Merge pull request #196 from energywebfoundation/chore/SWTCH-1055-rem…
Browse files Browse the repository at this point in the history
…ove-minification

chore(bili): disable minification of output files
  • Loading branch information
jrhender committed Jun 21, 2021
2 parents 97ff8d8 + 09adbd1 commit eb6bfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bili.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const config: Config = {
input: "src/iam-client-lib.ts",
output: {
format: ["cjs", "esm"],
minify: true
minify: false
}
};

Expand Down

0 comments on commit eb6bfd4

Please sign in to comment.