UNPKG
johnny-cli
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
CLI for Johnny Deps
johnny-cli
/
src
/
templates
/
index.js
4 lines
(3 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
export
{
default
as
cdnLinkPlugin}
from
'./cdn-link-plugin'
;
export
{
default
as
dllReferencePlugin}
from
'./dll-reference-plugin'
;
export
{
default
as
dllWebpackConfig}
from
'./dll-webpack-config'
;