fxa-mustache-loader

Mustache webpack loader

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
fxa-mustache-loader
0.0.26 years ago6 years agoMinified + gzip package size for fxa-mustache-loader in KB

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
  • @shanetomlinson

LICENCE

MPL-2.0