parent
aa211fd789
commit
6308a8d6c1
|
@ -195,6 +195,13 @@ All rights reserved.
|
||||||
amd: 'vue',
|
amd: 'vue',
|
||||||
module: 'vue',
|
module: 'vue',
|
||||||
},
|
},
|
||||||
|
dayjs: {
|
||||||
|
root: 'dayjs',
|
||||||
|
commonjs2: 'dayjs',
|
||||||
|
commonjs: 'dayjs',
|
||||||
|
amd: 'dayjs',
|
||||||
|
module: 'dayjs',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
if (esm) {
|
if (esm) {
|
||||||
|
|
Loading…
Reference in New Issue