BY

Results 4 comments of BY

you can do this ``` export default defineNuxtRouteMiddleware(to => { // skip middleware on server if (process.server) return // skip middleware on client side entirely if (process.client) return // or...

The issue still persists. Although it doesn't appear on Ubuntu, it affects the build speed. ``` "devDependencies": { "@alicloud/dingtalk": "^2.1.49", "@antfu/eslint-config": "^2.27.3", "@element-plus/nuxt": "^1.0.10", "@headlessui/vue": "^1.7.23", "@heroicons/vue": "^2.1.5", "@iconify/json": "^2.2.250",...