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

Commit

Permalink
fix: charts not working
Browse files Browse the repository at this point in the history
Regression after updating to `@rollup/plugin-commonjs` v21.

See rollup/plugins#1005
  • Loading branch information
rchl committed Oct 28, 2021
1 parent ed9686c commit 1949da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const config = {
],
}),
progress(),
commonjs(),
commonjs({ ignoreTryCatch: false }),
resolve(),
babel({
babelHelpers: 'bundled',
Expand Down

0 comments on commit 1949da7

Please sign in to comment.