Skip to content

Commit 928a22c

Browse files
committed
try with cjs babel config
1 parent 307b974 commit 928a22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babel.config.js renamed to babel.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
presets: [
33
"@babel/preset-typescript",
44
[

0 commit comments

Comments
 (0)