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