Skip to content

Commit

Permalink
disable sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
azouaoui-med committed Jul 6, 2020
1 parent 4584943 commit 8bb8954
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 @@ -13,12 +13,12 @@ export default {
{
file: packageJson.main,
format: 'cjs',
sourcemap: true,
// sourcemap: true,
},
{
file: packageJson.module,
format: 'esm',
sourcemap: true,
// sourcemap: true,
},
],
plugins: [
Expand Down

0 comments on commit 8bb8954

Please sign in to comment.