Can I submit a PR to allow for an object of objects to be passed to the interpolate plugin?
This would allow me to do
const config = {
'foo': 'bar',
'bar': {
'foofoo': 'barbar'
}
}
And then in my .html file
<link href="//%bar.foofoo%/assets/css.css" rel="stylesheet" type="text/css"></link>
Can I submit a PR to allow for an object of objects to be passed to the interpolate plugin?
This would allow me to do
And then in my
.htmlfile