Skip to content

Commit d16e7c2

Browse files
committed
build app-exp release
1 parent 3a8cbf1 commit d16e7c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const es5BuildPlugins = [
2828
typescriptPlugin({
2929
typescript,
3030
clean: true,
31+
abortOnError: false,
3132
transformers: [importPathTransformer]
3233
}),
3334
json()
@@ -53,6 +54,7 @@ const es2017BuildPlugins = [
5354
}
5455
},
5556
clean: true,
57+
abortOnError: false,
5658
transformers: [importPathTransformer]
5759
}),
5860
json({

0 commit comments

Comments
 (0)