1.0.1 • Published 5 years ago

@ianwalter/codemirror-loader v1.0.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
5 years ago

@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