Skip to content

Commit

Permalink
chore: Remove unneeded source map
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Aug 18, 2022
1 parent 99ac537 commit 44867a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ export default [
output: {
file: 'test/cardinals.umd.js',
format: 'umd',
name: 'fastPluralData',
sourcemap: true
name: 'fastPluralData'
},
plugins: [cleanup()]
}
Expand Down
Loading

0 comments on commit 44867a7

Please sign in to comment.