Skip to content

Commit

Permalink
build: remove source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed May 1, 2022
1 parent 214b098 commit fd626f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .changeset/lazy-countries-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@hydrofoil/shell-auth": patch
"@hydrofoil/shell-auth-auth0": patch
"@hydrofoil/shell-core": patch
"@hydrofoil/shell-operations": patch
"@hydrofoil/shell-resources": patch
"@hydrofoil/shell-routing": patch
"@hydrofoil/shell": patch
---

Remove source maps
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"sourceMap": false,
"moduleResolution": "node",
"experimentalDecorators": true,
"esModuleInterop": true,
Expand Down

0 comments on commit fd626f9

Please sign in to comment.