Skip to content

Commit

Permalink
Format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed Oct 10, 2024
1 parent b285da8 commit 4a280e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export function makeRollupConfig(iifeName) {

/**
* Change warnings into errors. This will help us catch build concerns before
* they are in production. Also, hide known circular dependency warnings. This is
* copied from Rollup's documentation:
* they are in production. Also, hide known circular dependency warnings. This
* is copied from Rollup's documentation:
* https://rollupjs.org/configuration-options/#onlog
*
* @param level - Message level
Expand Down

0 comments on commit 4a280e8

Please sign in to comment.