mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 22:02:46 -07:00
feat(packages/vite-plugins): use named export and consistent names across plugins (#260)
This commit is contained in:
committed by
GitHub
parent
d12d8404ec
commit
7b7447f9a0
@@ -119,12 +119,12 @@ const TurnLazyIntoStaticImport: BabelPluginItem = {
|
||||
},
|
||||
}
|
||||
|
||||
interface LazyLoadingPluginOptions {
|
||||
interface TuonoLazyFnPluginOptions {
|
||||
include: FilterPattern
|
||||
}
|
||||
|
||||
export function LazyLoadingPlugin(
|
||||
options: LazyLoadingPluginOptions,
|
||||
export function TuonoLazyFnPlugin(
|
||||
options: TuonoLazyFnPluginOptions,
|
||||
): VitePlugin {
|
||||
const { include } = options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user