{
entry: {
"hooks/*/index": "./src/hooks/*.{ts,tsx}",
},
},
i have this entry glob to bundle my hooks folder, but this glob also bundles index.ts in a folder
how can i exclude it and just use index.js(bundled index.ts) as a barrel file to re-export the hooks