Skip to content

Commit f2c0236

Browse files
committed
fix: ignore transforming async/await with buble
1 parent b19fbb4 commit f2c0236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
commonjs({
2121
exclude: 'node_modules/**'
2222
}),
23-
buble(),
23+
buble({ transforms: { asyncAwait: false } }),
2424
json()
2525
]
2626
};

0 commit comments

Comments
 (0)