UNPKG
@lynx-js/react-webpack-plugin
Version:
latest (0.10.3)
0.10.3
0.10.2
0.10.1
0.10.0
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.20
0.6.19
0.6.18
0.6.17
0.6.16
0.6.15
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
A webpack plugin for ReactLynx
lynx-family/lynx-stack
@lynx-js/react-webpack-plugin
/
lib
/
loaders
/
background.d.ts
5 lines
(4 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
LoaderDefinitionFunction
}
from
'@rspack/core'
;
import
type
{
ReactLoaderOptions
}
from
'./options.js'
;
declare
const
backgroundLoader
:
LoaderDefinitionFunction
<
ReactLoaderOptions
>;
export
default
backgroundLoader;