Skip to content

Commit

Permalink
build(rollup): remove sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Natumsol committed Nov 14, 2022
1 parent 47d3ed3 commit 0f3cf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
input: 'main.ts',
output: {
dir: '.',
sourcemap: 'inline',
sourcemap: false,
format: 'cjs',
exports: 'default',
},
Expand Down

0 comments on commit 0f3cf84

Please sign in to comment.