Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Jan 21, 2024
1 parent 736a405 commit 0eee820
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ const LEGACY_CONFIG = [
},
{
file: packageJson.main,
name: packageJson.name,
format: 'umd',
format: 'cjs',
sourcemap: !IS_PRODUCTION,
globals: GLOBALS,
},
Expand Down Expand Up @@ -81,8 +80,7 @@ const MODERN_CONFIG = [
},
{
file: packageJson.exports.require.default,
name: packageJson.name,
format: 'umd',
format: 'cjs',
sourcemap: !IS_PRODUCTION,
globals: GLOBALS,
},
Expand Down

0 comments on commit 0eee820

Please sign in to comment.