1.2.0 • Published 5 years ago

@ianwalter/prism-loader v1.2.0

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

@ianwalter/prism-loader

A Webpack loader that makes code blocks syntax highlightable using Prism

Installation

yarn add @ianwalter/prism-loader --dev

Usage

{
  module: {
    rules: [
      { test: /\.html$/, loader: '@ianwalter/prism-loader' }
    ]
  }
}

License

Apache 2.0 with Commons Clause - See LICENSE

 

Created by Ian Walter