Skip to content

Commit 877032a

Browse files
committed
fix: isTargetEntry
1 parent 761b2ce commit 877032a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/photonjs/src/plugin/plugins/targetLoader.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ export function targetLoader(
8484
...resolved,
8585
// tag module as target entry for other plugins to use
8686
meta: {
87+
...resolved.meta,
8788
photonConfig: {
89+
...resolved.meta?.photonConfig,
8890
isTargetEntry: true,
8991
},
9092
},

0 commit comments

Comments
 (0)