We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e433a commit a005fbfCopy full SHA for a005fbf
packages/replay/config/tsconfig.core.json
@@ -7,7 +7,7 @@
7
"baseUrl": "..",
8
"rootDir": "..",
9
"strictNullChecks": true,
10
- "outDir": "build/npm"
+ "outDir": "./build/npm/dist"
11
},
12
"include": ["../src/**/*.ts"],
13
"exclude": ["../src/**/*.test.ts"]
packages/replay/package.json
@@ -2,9 +2,9 @@
2
"name": "@sentry/replay",
3
"version": "0.6.14",
4
"description": "User replays for Sentry",
5
- "main": "build/npm/index.js",
6
- "module": "build/npm/index.es.js",
- "types": "build/npm/types/src/index.d.ts",
+ "main": "build/npm/dist/index.js",
+ "module": "build/npm/dist/index.es.js",
+ "types": "build/npm/dist/src/index.d.ts",
"sideEffects": false,
"scripts": {
"bootstrap": "yarn && cd demo && yarn #TODO: change after migration",
0 commit comments