Update components/empty-loader.tsx

This commit is contained in:
kleap-admin 2026-01-16 16:42:09 +00:00
parent 86c77a73e0
commit d7f1c26480
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/**
* Empty loader for Vercel builds
* This file replaces tailwind-cdn-loader.tsx via webpack alias
* to completely remove CDN loading code from production bundles
*/
export function TailwindCDNLoader() {
return null;
}