ceri-loader

1.1.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i ceri-loader

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • paulpflug