0.1.2 • Published 7 years ago

mde-ejs-loader v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

mde-ejs-loader

A simple mde ejs loader for webpack.

Install

npm install mde-ejs-loader

Usage

Documentation: Using loaders

var template = require("mde-ejs!./template.ejs")
// returns function when options.clent true
// return html when options.client false (default value)

Options

See mde ejs options

License

MIT (http://www.opensource.org/licenses/mit-license.php)