mentalHealth/01-Web/apps/client/plugins/Legacy.ts

8 lines
163 B
TypeScript
Raw Normal View History

2024-02-18 06:52:01 +00:00
import legacy from '@vitejs/plugin-legacy';
export const configLegacy = () => {
return legacy({
targets: ['defaults', 'not IE 11', 'chrome > 86'],
});
};