Skip to content

Releases: trapcodeio/vite-plugin-ejs

[1.7.0] Vite 5 support

16 Nov 20:58
Compare
Choose a tag to compare

1.6.4

16 Nov 13:13
Compare
Choose a tag to compare

What's Changed

  • Stop catching errors on compiling ejs files by @sunnyone in #7

New Contributors

Full Changelog: v1.6.2...v1.6.4

Add Include/Partials Support By default.

13 Nov 10:25
Compare
Choose a tag to compare

Include/Partials are now supported by default.

<%- include('path/to/partial') %>

Updated Ejs and Dev Packages

13 Jul 12:09
Compare
Choose a tag to compare

Updated ejs from 3.1.6 to 3.1.8
Regarding this issue https://github.com/trapcodeio/vite-plugin-ejs/issues

Thanks to @andrewdavidcostello

Also updated dev dependencies.