UNPKG
@lynx-js/react-rsbuild-plugin
Version:
latest (0.9.8)
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
A rsbuild plugin for ReactLynx
github.com/lynx-family/lynx-stack
lynx-family/lynx-stack
@lynx-js/react-rsbuild-plugin
/
dist
/
splitChunks.d.ts
3 lines
(2 loc)
•
131 B
TypeScript
View Raw
1
2
3
import
type
{
RsbuildPluginAPI
}
from
'@rsbuild/core'
;
export
declare
const
applySplitChunksRule
:
(
api
:
RsbuildPluginAPI
) =>
void
;