Skip to content

Commit

Permalink
perf: remove source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
dqunbp committed Jun 7, 2020
1 parent e6351f2 commit 503be4d
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 @@ -12,7 +12,7 @@ export default [
file: pkg.main,
format: "cjs",
exports: "named",
sourcemap: true,
sourcemap: false,
},
},
];

0 comments on commit 503be4d

Please sign in to comment.