UNPKG
rollup-plugin-caveman
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Converts Caveman templates to ES6 modules
github.com/xkill-9/rollup-plugin-caveman
rollup-plugin-caveman
/
test
/
fixtures
/
partial-examples
/
basic
/
with-external-partial.js
4 lines
(2 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
import
TemplateWithExternalPartial
from
'./template-with-external-partial.html?caveman'
;
document
.
body
.
innerHTML
=
TemplateWithExternalPartial
.
render
();