Skip to content

Commit

Permalink
add sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuyol committed Feb 26, 2021
1 parent 5027fec commit f669004
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/javascripts/primer_view_components.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/assets/javascripts/primer_view_components.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export default {
input: pkg.module,
output: {
file: pkg.main,
format: "es"
format: "es",
sourcemap: true
},
plugins: [
resolve(),
Expand Down

0 comments on commit f669004

Please sign in to comment.