Skip to content

Commit

Permalink
feat: core部分将@applet-request/shared作为external
Browse files Browse the repository at this point in the history
  • Loading branch information
calandnong committed May 14, 2023
1 parent d4807d9 commit 5026b8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/meta-data/meta-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export const PACKAGES: PackageManifest[] = [
name: 'core',
displayName: 'Applet Request Core',
description: 'The core logical library of applet-request',
external: [
'@applet-request/shared',
],
},
{
name: 'shared',
Expand Down

0 comments on commit 5026b8c

Please sign in to comment.