Skip to content

Commit

Permalink
chore: removed source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
eddienubes committed Aug 25, 2024
1 parent 791f2ed commit 910abdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ export default defineConfig({
dir: 'build',
preserveModules: true,
format: 'cjs',
sourcemap: true,
sourcemap: false,
entryFileNames: '[name].js'
},
{
dir: 'build',
preserveModules: true,
format: 'es',
sourcemap: true,
sourcemap: false,
entryFileNames: '[name].mjs'
}
]
Expand Down

0 comments on commit 910abdf

Please sign in to comment.