derycktse / ejs-parser-loader

ejs-parser-loader is a loader for webpack to parse ejs template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ejs-parser-loader for webpack

ejs-parser-loader is a loader for webpack to parse ejs template

Installation

Install the plugin with npm:

$ npm install ejs-parser-loader --save-dev

usage

//webpack config
rules: [{
    test: /\.ejs$/,
    loader: 'ejs-parser-loader',
    options: { //options will be pass into ejs.compiled function
    }
  }]

About

ejs-parser-loader is a loader for webpack to parse ejs template


Languages

Language:JavaScript 73.5%Language:HTML 26.5%