We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841c1bf commit d427a23Copy full SHA for d427a23
src/core/options.ts
@@ -20,7 +20,7 @@ export function resolveOptions () {
20
replacement: 'ant-design-vue/es',
21
},
22
{
23
- find: /^dayjs\/plugin\/(.*)\.js$/,
+ find: /^dayjs\/plugin\/(.*)$/,
24
replacement: 'dayjs/esm/plugin/$1',
25
26
0 commit comments