Skip to content

Commit 59e433a

Browse files
committed
fix: fix rollup in replay ??
1 parent 6b3d4f8 commit 59e433a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build:all": "run-s clean build:worker build:core",
1515
"build:core": "yarn build:actualRollup --config config/rollup.config.core.ts",
1616
"build:worker": "yarn build:actualRollup --config config/rollup.config.worker.ts",
17-
"build:actualRollup": "rollup --configPlugin @rollup/plugin-typescript",
17+
"build:actualRollup": "rollup",
1818
"build:watch": "NODE_ENV=production yarn build:all:watch",
1919
"build:dev:watch": "NODE_ENV=development yarn build:all:watch",
2020
"build:all:watch": "yarn clean && run-p \"build:worker --watch\" \"build:core --watch\"",

0 commit comments

Comments
 (0)