karma-esperanto-preprocessor

0.1.0 • Public • Published

karma-esperanto-preprocessor

Preprocessor to compile ES6 modules using esperanto.

Installation

The easiest way is to keep karma-esperanto-preprocessor as a devDependency in your package.json.

{
  "devDependencies": {
    "karma": "~0.12",
    "karma-esperanto-preprocessor": "~0.1"
  }
}

You can easily add it by doing:

npm install karma-esperanto-preprocessor --save-dev

Configuration

Following code shows the default configuration...

// karma.conf.js
module.exports = function(config) {
  config.set({
    preprocessors: {
      '**/*.js': ['esperanto']
    },

    esperantoPreprocessor: {
      options: {
        defaultOnly: true
      }
    }
  });
};

You can set the defaultOnly option, which is passed directly to esperanto.


For more information on Karma see the homepage.

/karma-esperanto-preprocessor/

    Package Sidebar

    Install

    npm i karma-esperanto-preprocessor

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • attamusc