in the 'paths'
"@/webpack/*": ["../webpack/assets/js/components/*"],
and this in the
'include'
"../webpack/assets/js/components/*"import { SearchBar } from '@/webpack/search_bar';const SearchBar = dynamic(
() => import('@/webpack/search_bar').then((component) => component.SearchBar),
{ ssr: false },
);Module not found: Can't resolve '@/webpack/search_bar'