UNPKG
pre-fetch-plugin
Version:
latest (1.0.0)
1.0.0
A pre-fetch plugin for Vite and Webpack
pre-fetch-plugin
/
dist
/
index.js
4 lines
(3 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
export
{ createVitePlugin }
from
'./plugins/vite-plugin'
;
export
{
WebpackPreFetchPlugin
}
from
'./plugins/webpack-plugin'
;
export
*
from
'./core/types'
;