Skip to content

Commit

Permalink
build: log other rollup errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Jan 20, 2025
1 parent f399cd8 commit c171288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default [
],
onLog(level, log, handler) {
if (log.code === 'CIRCULAR_DEPENDENCY') return;
handler(level, log);
}
},
{
Expand Down

0 comments on commit c171288

Please sign in to comment.