Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit 8a62b98

Browse files
authored
fix: charts not working (#783)
1 parent ed9686c commit 8a62b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const config = {
6161
],
6262
}),
6363
progress(),
64-
commonjs(),
64+
commonjs({ ignoreTryCatch: false }),
6565
resolve(),
6666
babel({
6767
babelHelpers: 'bundled',

0 commit comments

Comments
 (0)