0.1.0 • Published 7 years ago

better-coffee-loader v0.1.0

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

better-coffee-loader

NPM version NPM downloads CircleCI donate chat

Install

yarn add coffeescript better-coffee-loader --dev

Usage

webpack.config.js:

module.exports = {
  module: {
    rules: [
      {
        test: /\.coffee$/,
        loader: 'better-coffee-loader',
        // Options for coffeescript compiler
        options: {}
      }
    ]
  }
}

API

options

Basically all options in CoffeeScript's node.js API. Note that sourceMap is always true here.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

better-coffee-loader © EGOIST, Released under the MIT License. Authored and maintained by EGOIST with help from contributors (list).

github.com/egoist · GitHub @EGOIST · Twitter @_egoistlily