File tree Expand file tree Collapse file tree 4 files changed +490
-306
lines changed
Expand file tree Collapse file tree 4 files changed +490
-306
lines changed Original file line number Diff line number Diff line change @@ -22,38 +22,6 @@ export default defineConfig({
2222 find : / ^ a n t - d e s i g n - x - v u e $ / ,
2323 replacement : path . resolve ( __dirname , '../../src' )
2424 } ,
25- {
26- find : / ^ d a y j s \/ p l u g i n \/ q u a r t e r O f Y e a r $ / ,
27- replacement : 'dayjs/esm/plugin/quarterOfYear'
28- } ,
29- {
30- find : / ^ d a y j s \/ p l u g i n \/ w e e k Y e a r $ / ,
31- replacement : 'dayjs/esm/plugin/weekYear'
32- } ,
33- {
34- find : / ^ d a y j s \/ p l u g i n \/ w e e k O f Y e a r $ / ,
35- replacement : 'dayjs/esm/plugin/weekOfYear'
36- } ,
37- {
38- find : / ^ d a y j s \/ p l u g i n \/ l o c a l e D a t a $ / ,
39- replacement : 'dayjs/esm/plugin/localeData'
40- } ,
41- {
42- find : / ^ d a y j s \/ p l u g i n \/ w e e k d a y $ / ,
43- replacement : 'dayjs/esm/plugin/weekday'
44- } ,
45- {
46- find : / ^ d a y j s \/ p l u g i n \/ a d v a n c e d F o r m a t $ / ,
47- replacement : 'dayjs/esm/plugin/advancedFormat'
48- } ,
49- {
50- find : / ^ d a y j s \/ p l u g i n \/ c u s t o m P a r s e F o r m a t $ / ,
51- replacement : 'dayjs/esm/plugin/customParseFormat'
52- } ,
53- {
54- find : / ^ d a y j s $ / ,
55- replacement : 'dayjs/esm'
56- } ,
5725 {
5826 find : / ^ .* \/ V P H e r o \. v u e $ / ,
5927 replacement : fileURLToPath (
You can’t perform that action at this time.
0 commit comments