Skip to content

Commit

Permalink
Update rollup.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Jan 23, 2025
1 parent a76962b commit 10942e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ const esm = {
output: {
generatedCode,
file: pkg.exports.import,
format: 'es'
format: 'es',
inlineDynamicImports: true
}
}

Expand All @@ -39,7 +40,8 @@ const cjs = {
output: {
generatedCode,
file: pkg.exports.require,
format: 'cjs'
format: 'cjs',
inlineDynamicImports: true
}
}

Expand Down

0 comments on commit 10942e5

Please sign in to comment.