0.1.0 • Published 9 years ago
webpack-flow-template v0.1.0
webpack-flow-template
Install
$ npm install --save webpack-flow-templateUsage
const template = require('webpack-flow-template')
module.exports = flow(
//...
template('template.html', options)
)API
template(templatePath, options)
templatePath
Type: string
Path to your custom template, use ejs syntax by default. A short hand for setting options.template.
options
html-webpack-plugin option.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
0.1.0
9 years ago