Skip to content

Commit

Permalink
chore(*): enable sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
garthenweb committed Oct 27, 2018
1 parent d0ca819 commit ac1c184
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ export default {
{
file: pkg.main,
format: 'cjs',
sourcemap: true,
},
{
file: pkg.module,
format: 'es',
sourcemap: true,
},
],
external: [
Expand Down

0 comments on commit ac1c184

Please sign in to comment.