Skip to content

Commit a78f745

Browse files
committed
fix build step
1 parent fb94caa commit a78f745

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@
5656
"source": "src",
5757
"output": "lib",
5858
"targets": [
59-
"commonjs",
59+
[
60+
"commonjs",
61+
{
62+
"configFile": "./babel.config.js"
63+
}
64+
],
6065
"module",
6166
"typescript"
6267
]

0 commit comments

Comments
 (0)