Html-webpack-plugin: ejs: include partials

Created on 25 Aug 2016  路  2Comments  路  Source: jantimon/html-webpack-plugin

Hi. How to use "include", is it possible?

<% include test %>
SyntaxError: Unexpected identifier
<%- include ('test') %>
ReferenceError: include is not defined

All 2 comments

You would have to use a loader which supports that :)

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings