Skip to content

Commit

Permalink
fix: ensure radix3 version is expected
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 18, 2022
1 parent 91f8300 commit 245ed70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export async function loadOptions (configOverrides: NitroConfig = {}): Promise<N
asset.baseURL = withLeadingSlash(withoutTrailingSlash(asset.baseURL || '/'))
}

for (const pkg of ['defu', 'h3']) {
for (const pkg of ['defu', 'h3', 'radix3']) {
if (!options.alias[pkg]) {
options.alias[pkg] = await resovleModule(pkg, { url: import.meta.url })
}
Expand Down

0 comments on commit 245ed70

Please sign in to comment.