Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix: authts#201 add sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
pamapa committed Nov 9, 2021
1 parent 29e0b70 commit 6c1c965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const opts = {
entryPoints: ["src/index.ts"],
absWorkingDir: join(__dirname, ".."),
bundle: true,
sourcemap: true,
};

const external = Object.keys({ ...dependencies, ...peerDependencies });
Expand Down

0 comments on commit 6c1c965

Please sign in to comment.