Skip to content

cerijs/ceri-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

webpack loader, that wraps ceri-compiler

Resources

Stars

Watchers

Forks

Packages

No packages published