Deactivated vite-plugin-checker overlay (#3574)

This commit is contained in:
Lucas Bordeau
2024-01-22 14:19:22 +01:00
committed by GitHub
parent 894f63a16f
commit 764374f6b8

View File

@ -21,6 +21,7 @@ export default defineConfig(({ command, mode }) => {
typescript: { typescript: {
tsconfigPath: 'tsconfig.app.json', tsconfigPath: 'tsconfig.app.json',
}, },
overlay: false,
}; };
if (!isBuildCommand) { if (!isBuildCommand) {