1.0.1 • Published 2 years ago

@near-solution/ejs-remote v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@near-solution/ejs-remote

This module is based on koa-ejs-remote

Because of unexpected behavior on windows platform, I tweaked bit of original module.

More information about usage or others at koa-ejs-remote

why ejs-remote ?

In the near-solution framework, each module can have an html template, and the templates of each module are gathered in one folder by webpack at the time of client build. In development mode, it is not possible to do a client build every time, so koa-ejs may not be able to find the html template. Therefore, koa-ejs-remote is inevitably used to use templates merged in koa-webpack memory for development mode support.