mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
perf(nuxt): ensure prefetchComponents
is treeshaken on server (#27905)
This commit is contained in:
parent
7fa957729d
commit
3c2eebd5b9
@ -23,6 +23,8 @@ export const preloadComponents = async (components: string | string[]) => {
|
||||
* @since 3.0.0
|
||||
*/
|
||||
export const prefetchComponents = (components: string | string[]) => {
|
||||
if (import.meta.server) { return }
|
||||
|
||||
// TODO
|
||||
return preloadComponents(components)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user