Skip to content

Commit

Permalink
feat: Minify generated code and don't print comments
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Apr 17, 2022
1 parent 4965a39 commit efd6807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const modules = output == null ? false : output;
const targets = env === 'test' ? { node: 'current' } : undefined;

const options = {
comments: false,
minified: true,
assumptions: {
ignoreToPrimitiveHint: true,
iterableIsArray: true,
Expand Down

0 comments on commit efd6807

Please sign in to comment.