fxa-mustache-loader
v0.0.2
Published
Mustache webpack loader
Downloads
2,248
Readme
fxa-mustache-loader
Webpack Mustache template loader that works with CSP.
Installation
npm i --save-dev fxa-mustache-loader
Webpack usage
In your Webpack configuration file, add a module.rule:
module: {
rules: [
{
test: /\.mustache$/,
loader: 'fxa-mustache-loader'
}
]
},
Contact info
- [email protected]
- [email protected]
- @shane_tomlinson
LICENCE
MPL-2.0