fix(play): dayjs cahce miss (#18381)

This commit is contained in:
dopamine 2024-09-28 17:28:15 +08:00 committed by GitHub
parent f5628e7b16
commit abca9c078b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ export default defineConfig(async ({ mode }) => {
await glob(['dayjs/(locale|plugin)/*.js'], {
cwd: path.resolve(projRoot, 'node_modules'),
})
).map((dep) => dep.replace(/\.js$/, ''))
)
return {
// css: {