Skip to content

Commit

Permalink
fix: dayjs resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
svifty7 committed Sep 18, 2024
1 parent e48f0ca commit 9e1895d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function resolveOptions () {
replacement: 'ant-design-vue/es',
},
{
find: /^dayjs\/plugin\/(.*)\.js$/,
find: /^dayjs\/plugin\/(.*)$/,
replacement: 'dayjs/esm/plugin/$1',
},
{
Expand Down

0 comments on commit 9e1895d

Please sign in to comment.