Skip to content

Commit

Permalink
fix(): rollup config sourceMaps
Browse files Browse the repository at this point in the history
  • Loading branch information
crobinson42 committed Jun 8, 2017
1 parent ad722c4 commit eab7149
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 @@ -19,5 +19,5 @@ export default {
uglify(),
],
dest: 'build.js',
sourceMap: true,
sourceMap: false,
}

0 comments on commit eab7149

Please sign in to comment.