fxa-mustache-loader
v0.0.2
Published
Mustache webpack loader
Downloads
2,726
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
- shane@shanetomlinson.com
- stomlinson@mozilla.com
- @shane_tomlinson
LICENCE
MPL-2.0