You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fails with: TypeError: this.renderTemplate is not a function
I also tried to just set key to webc and outputFileExtension to xml and got:
An attempt was made to override the *already* overridden "webc" template syntax via the `addExtension` configuration API. A maximum of one override is currently supported. If you’re trying to add an alias to an existing syntax, make sure only the `key` property is present in the addExtension options object.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to make
*.xml
files in my repo be handled by WebC. This is what I tried so far in.eleventy.js
:This fails with:
TypeError: this.renderTemplate is not a function
I also tried to just set
key
towebc
andoutputFileExtension
toxml
and got:How do I make this work?
Beta Was this translation helpful? Give feedback.
All reactions