Mute warning that prevented build. See https://github.com/vueuse/vueuse/issues/5387#issuecomment-4734186040
This commit is contained in:
@@ -24,4 +24,12 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
build: {
|
||||||
|
rolldownOptions: {
|
||||||
|
onLog(level, log, defaultHandler) {
|
||||||
|
if (log.code === 'INVALID_ANNOTATION') return
|
||||||
|
else defaultHandler(level, log)
|
||||||
|
},
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user