Skip to content

0.4.0

Compare
Choose a tag to compare
@jackmellis jackmellis released this 11 Jul 07:50
· 37 commits to master since this release
  • Added a configuration option to transpile non-html templates (true by default). This allows you to disable the default behaviour in favour of adding custom hooks. hooks('vue').plugin('vue', { transpileTemplates : false }); hooks('pug').push(...) 15
  • Support for alternate script languages (i.e. where <script lang="ts">). When lang is set, it will look for a hook with the same extension.13