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
/
dll-reference-plugin.js
7 lines
(5 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
cardinal
from
'cardinal'
;
import
settings
from
'settings'
;
export
default
() => cardinal.
highlight
(
` new webpack.DllReferencePlugin({manifest: require('
${settings.DEFAULT_DLL_PATH}
/manifest.json')}) `
);