Skip to content

Commit

Permalink
chore(build): set preserveModules: true in rollup.config
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Mar 2, 2024
1 parent 538d0b5 commit a0bd9ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export default [
output: {
dir: "dist",
format: "esm",
sourcemap: true,
preserveModules: true,
},
external,
plugins: [
Expand Down

0 comments on commit a0bd9ae

Please sign in to comment.