Skip to content

Commit

Permalink
chore: ...
Browse files Browse the repository at this point in the history
Signed-off-by: Okiki <[email protected]>
  • Loading branch information
okikio committed Oct 26, 2024
1 parent c64ce63 commit 73d38fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/plugins/cdn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export async function resolveImport(

try {
legacyResolve = legacy(pkg, { browser: true }) ||
legacy(pkg, { fields: ["main", "module"] }) ||
legacy(pkg, { fields: ["module", "main"] }) ||
legacy(pkg, { fields: ["unpkg", "bin"] });

console.log({
Expand Down

0 comments on commit 73d38fe

Please sign in to comment.