Skip to content

Commit efd6807

Browse files
committed
feat: Minify generated code and don't print comments
1 parent 4965a39 commit efd6807

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.babelrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const modules = output == null ? false : output;
88
const targets = env === 'test' ? { node: 'current' } : undefined;
99

1010
const options = {
11+
comments: false,
12+
minified: true,
1113
assumptions: {
1214
ignoreToPrimitiveHint: true,
1315
iterableIsArray: true,

0 commit comments

Comments
 (0)