Update components/empty-loader.tsx
This commit is contained in:
parent
92107146c9
commit
dc1fd91882
|
|
@ -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;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue