Skip to content

Commit

Permalink
don’t mangle SQLiteDatabaseClient (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed May 26, 2021
1 parent 4ec33ae commit 6e829fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function config(output) {
terser({
toplevel: output.format === "es",
output: {preamble: copyright},
mangle: {reserved: ["FileAttachment", "RequireError"]}
mangle: {reserved: ["FileAttachment", "RequireError", "SQLiteDatabaseClient"]}
})
],
output
Expand Down

0 comments on commit 6e829fb

Please sign in to comment.