Skip to content

Commit

Permalink
fix: sourcemap inline dist code (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 committed Nov 16, 2020
1 parent 5c6681c commit 738350c
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 @@ -8,7 +8,7 @@ export default () => {
"source-map": "sourceMap",
},
name: "Terser",
sourcemap: true,
sourcemap: false,
sourcemapExcludeSources: true,
esModule: false,
indent: false
Expand Down

0 comments on commit 738350c

Please sign in to comment.