Skip to content

Commit

Permalink
Add ai package to knownEsmPackageSet (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
atgctg authored Aug 15, 2023
1 parent cd7b60f commit 862d91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/parcel-resolver-post/src/handle-module-exports.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ResolverProps, ResolverResult } from "./shared"

const knownEsmPackageSet = new Set(["firebase-admin", "svelte"])
const knownEsmPackageSet = new Set(["firebase-admin", "svelte", "ai"])

// Last resort resolver for weird packages:
export async function handleModuleExport({
Expand Down

0 comments on commit 862d91d

Please sign in to comment.