Skip to content

Commit 6b7a779

Browse files
ensure code is correctly transpiled to es5
1 parent 3c9e2f6 commit 6b7a779

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rollup.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ export default [
1313
ts({
1414
tsconfigOverride: {exclude: ['**/*.test.ts']},
1515
}),
16-
babel(),
17-
// TODO: terser
16+
babel({
17+
extensions: ['.ts', '.js', '.tsx', '.jsx'],
18+
}),
1819
],
1920
},
2021
];

0 commit comments

Comments
 (0)