Skip to content

Commit

Permalink
temporarily removed sitemaps #7
Browse files Browse the repository at this point in the history
  • Loading branch information
maxeth committed Mar 20, 2023
1 parent 2beeca6 commit 237bd6b
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 @@ -18,12 +18,12 @@ export default [
{
file: packageJson.main,
format: 'cjs',
sourcemap: true
sourcemap: false
},
{
file: packageJson.module,
format: 'esm',
sourcemap: true
sourcemap: false
}
],
plugins: [
Expand Down

0 comments on commit 237bd6b

Please sign in to comment.