Skip to content

Commit

Permalink
Bundle file is relative to default one
Browse files Browse the repository at this point in the history
  • Loading branch information
surol committed Jul 11, 2023
1 parent 02f618f commit 0604d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/uc-bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function createUcBundle<T extends Record<string, unknown>>(input: UcBundl
*/
export interface UcBundleInput<T extends Record<string, unknown>> {
/**
* Path to distribution file relative to the module containing the {@link createUcBundle call}.
* Path to distribution file relative to the default one.
*
* If unspecified, will be guessed based on package main file and bundle constant name.
*/
Expand Down

0 comments on commit 0604d4b

Please sign in to comment.