meta-marked-loader

meta-marked-loader for webpack


Keywords
webpack, plugin, markdown, html, meta, marked, yaml
License
MIT
Install
npm install meta-marked-loader@1.1.0

Documentation

meta-marked-loader

npm status

meta-marked-loader for webpack using meta-marked.

Installation

npm install --save-dev meta-marked-loader

Sample Webpack Configuration

{
  module: {
    loaders: [
      { test: /\.md$/, loader: 'json!meta-marked' },
    ]
  }
}