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
/
cdn-link-plugin.js
12 lines
(10 loc)
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import cardinal
from
'cardinal'
; export
default
() => cardinal.
highlight
(`
JohnnyCDNLink
({ bundleConfig :
'./johnny.json'
, isDev :
false
,
localServerHost
:
'http://localhost'
,
localServerPort
:
'9000'
, outputPath :
'index.html'
, }) `);