diff --git a/.changeset/lazy-countries-mix.md b/.changeset/lazy-countries-mix.md new file mode 100644 index 0000000..a48ddf6 --- /dev/null +++ b/.changeset/lazy-countries-mix.md @@ -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 diff --git a/tsconfig.json b/tsconfig.json index 1c60268..a766061 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "forceConsistentCasingInFileNames": true, "declaration": true, "declarationMap": true, - "sourceMap": true, + "sourceMap": false, "moduleResolution": "node", "experimentalDecorators": true, "esModuleInterop": true,