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 6b3d4f8 commit 59e433aCopy full SHA for 59e433a
packages/replay/package.json
@@ -14,7 +14,7 @@
14
"build:all": "run-s clean build:worker build:core",
15
"build:core": "yarn build:actualRollup --config config/rollup.config.core.ts",
16
"build:worker": "yarn build:actualRollup --config config/rollup.config.worker.ts",
17
- "build:actualRollup": "rollup --configPlugin @rollup/plugin-typescript",
+ "build:actualRollup": "rollup",
18
"build:watch": "NODE_ENV=production yarn build:all:watch",
19
"build:dev:watch": "NODE_ENV=development yarn build:all:watch",
20
"build:all:watch": "yarn clean && run-p \"build:worker --watch\" \"build:core --watch\"",
0 commit comments