Skip to content

Commit

Permalink
perf(lib): Minify non-UMD builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfreestone committed Jun 11, 2019
1 parent 95e92ab commit 6c41c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default [
typescript({
target: 'ES6',
}),
terser(),
]
}
];

0 comments on commit 6c41c3b

Please sign in to comment.