Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Libs/JS: Publish src to npm to make it available for source maps (#1396)
## Motivation We export source maps with the `svix` javascript package, but not the corresponding source files. Something like `{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[].....` in `index.js.map` throws an error since `../src/index.ts` can't be found. This causes several warnings in certain bundlers. ## Solution Add the source files to the files published to npm. Closes #1299
- Loading branch information