Skip to content

Commit 3421bc9

Browse files
committed
chore: add isoWeek plugin for dayjs in Vite configuration
1 parent 2de0393 commit 3421bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/utils/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default defineConfig({
1515
dayjs: "dayjs",
1616
"dayjs/plugin/utc.js": "dayjsPluginUtc",
1717
"dayjs/plugin/customParseFormat.js": "dayjsPluginCustomParseFormat",
18+
"dayjs/plugin/isoWeek.js": "dayjsPluginIsoWeek",
1819
},
1920
},
2021
},

0 commit comments

Comments
 (0)