refactor: rolldown-vite
This commit is contained in:
@@ -50,6 +50,7 @@ export default defineConfig(({ command, mode }) => {
|
||||
if (warning.code === 'EMPTY_BUNDLE') return;
|
||||
if (warning.code === 'EVAL' && warning.id?.includes('node_modules/eruda')) return;
|
||||
if (warning.code === 'EVAL' && warning.id?.includes('node_modules/mockjs')) return;
|
||||
if (warning.code === 'EVAL' && warning.id?.includes('node_modules/protobufjs')) return;
|
||||
warn(warning);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user