You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Fixed more 🆙
This commit is contained in:
@@ -47,4 +47,12 @@ export default defineConfig({
|
||||
],
|
||||
},
|
||||
},
|
||||
build: {
|
||||
rollupOptions: {
|
||||
onwarn(warning, warn) {
|
||||
if (warning.code === 'INVALID_ANNOTATION') return;
|
||||
warn(warning);
|
||||
}
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user