Skip to content

Commit cf42dec

Browse files
committed
do not abort on error
1 parent 4feb2f3 commit cf42dec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages-exp/app-compat/rollup.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ const deps = Object.keys(
2929
*/
3030
const es5BuildPlugins = [
3131
typescriptPlugin({
32-
typescript
32+
typescript,
33+
abortOnError: false
3334
}),
3435
json()
3536
];

0 commit comments

Comments
 (0)