@ianwalter/codemirror-loader
v1.0.1
Published
A Webpack loader that makes code blocks syntax highlightable using CodeMirror
Downloads
8
Readme
@ianwalter/codemirror-loader
A Webpack loader that makes code blocks syntax highlightable using CodeMirror
Installation
yarn add @ianwalter/codemirror-loader --dev
Usage
{
module: {
rules: [
{ test: /\.html$/, loader: '@ianwalter/codemirror-loader' }
]
}
}
License
Apache 2.0 with Commons Clause - See LICENSE
Created by Ian Walter