1.1.0 • Published 7 years ago

ceri-loader v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ceri-loader

webpack loader, that wraps ceri-compiler

Install

npm install --save-dev ceri-loader

Usage

webpack.config:

module:
  rules: [
    {
      test: /\.(js|coffee)$/
      use: "ceri-loader"
      enforce: "post"
      exclude: /node_modules/
    }
  ]

License

Copyright (c) 2017 Paul Pflugradt Licensed under the MIT license.