You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If `entries` is already an Array, it means that `config.photon` is already resolved,
31
+
// most probably because another version of this plugin is installed.
32
+
console.warn(
33
+
yellow(
34
+
"[photon] Multiple versions of @photonjs/core detected. This may cause unexpected behavior. Try running 'npm dedupe' or 'yarn dedupe' to resolve version conflicts.",
35
+
),
36
+
);
37
+
resolvedPhotonConfig=config.photon;
38
+
}else{
39
+
// biome-ignore lint/suspicious/noExplicitAny: any
0 commit comments