Skip to content

Commit

Permalink
Added sourcemaps to all rollup builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftyp committed Sep 20, 2023
1 parent 04647e3 commit 048d44a
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 @@ -12,11 +12,13 @@ export default [
name: "Turbo",
file: "dist/turbo.es2017-umd.js",
format: "umd",
sourcemap: true,
banner
},
{
file: "dist/turbo.es2017-esm.js",
format: "es",
sourcemap: true,
banner
}
],
Expand Down

0 comments on commit 048d44a

Please sign in to comment.