chordpro-loader
chordpro-loader for webpack using a fork of chordprojs.
Installation
yarn add chordpro-loader
Usage
This loader uses a fork of chordprojs to transform chordpro files into the JSON format:
Here is a default style to use with the generated html chordprojs.css
It's probably best served in conjunction with json-loader
Webpack 2
module: rules: test: /\.$/ use: loader: "json-loader" loader: "chordpro-loader"