We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48f0ca commit 9e1895dCopy full SHA for 9e1895d
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