Skip to content

Commit

Permalink
chore(integration): fix build warning (#2911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Skyblue committed Mar 28, 2023
1 parent e8dfb1f commit e4ac088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const packages: PackageManifest[] = [
'fuse.js',
'async-validator',
'idb-keyval',
'sortablejs',
],
globals: {
'axios': 'axios',
Expand All @@ -102,6 +103,7 @@ export const packages: PackageManifest[] = [
'change-case': 'changeCase',
'async-validator': 'AsyncValidator',
'idb-keyval': 'idbKeyval',
'sortablejs': 'Sortable',
},
},
{
Expand Down

0 comments on commit e4ac088

Please sign in to comment.