Skip to content

Commit

Permalink
remove preserveEntrySignatures from rollup.config
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuffad committed Jan 13, 2025
1 parent fdf79f2 commit 06ad311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export default (async () => {
sourcemap: true,
},
treeshake: prodBuild,
preserveEntrySignatures: false,
plugins: [
del({
targets: 'dist/*',
Expand Down

0 comments on commit 06ad311

Please sign in to comment.