Skip to content

Commit 0bfe296

Browse files
committed
build: explicitly transpile to CommonJS
1 parent 245c065 commit 0bfe296

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.babelrc.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
[
44
"@babel/preset-env",
55
{
6-
"targets": {
7-
"node": "12"
8-
}
6+
"targets": {"node": "12"},
7+
"modules": "commonjs"
98
}
109
]
1110
]

0 commit comments

Comments
 (0)