Skip to content

Commit 9e1895d

Browse files
committed
fix: dayjs resolver
1 parent e48f0ca commit 9e1895d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function resolveOptions () {
2020
replacement: 'ant-design-vue/es',
2121
},
2222
{
23-
find: /^dayjs\/plugin\/(.*)\.js$/,
23+
find: /^dayjs\/plugin\/(.*)$/,
2424
replacement: 'dayjs/esm/plugin/$1',
2525
},
2626
{

0 commit comments

Comments
 (0)