fix: update lazyLoadComponent fn name to __tuono__internal__lazyLoadComponent (#222)

This commit is contained in:
Valerio Ageno
2024-12-15 09:22:19 +01:00
committed by GitHub
parent 4abc163a59
commit 14bea36356
22 changed files with 83 additions and 79 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const RemoveTuonoLazyImport: PluginItem = {
/**
* [CLIENT build]
* This plugin replace the `dynamic` function with the `lazyLoadComponent` one
* This plugin replace the `dynamic` function with the `__tuono__internal__lazyLoadComponent` one
*/
const ReplaceTuonoLazyImport: PluginItem = {
name: 'remove-tuono-lazy-import-plugin',