aitherios/mos-plugin-execute

Does not register with mos

Luidog opened this issue · 1 comments

Hello,

Thank you for the plugin. This looks great. However I am trying to use this plugin alongside mos and when it is included via the tag:

`

`

mos generates the following error:

execute('echo', ['works']) Error: Failed to execute template code at line 240 with 'execute is not defined'

Can you tell me how to make this plugin work?

Hey folks. I figured this out. In your package.json you need to add:

"mos": { "plugins": ["execute"] }