Skip to content

Commit 610a624

Browse files
committed
docs: update readme with TypescriptPlugin
1 parent b510cfe commit 610a624

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/pack/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@ type Options = {
233233
* A path to typescript config.
234234
*/
235235
configPath?: string
236+
237+
/**
238+
* A callback for when creating side effects.
239+
*/
240+
onCreateSideEffects: (path: string) => string[] | undefined
236241
}
237242
238243
function useTypeScriptPlugin(options: Options): TypeScriptPlugin

0 commit comments

Comments
 (0)