2.0.0 • Published 6 years ago

workflow-loader-babel v2.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Workflow loader babel

A loader plugin for loading flows with babel.

Usage

The babel loader should be used in the loaders property in a workflow-home config.js file.

const { WorkflowLoaderBabel } = require("workflow-loader-babel");

const config = { <babel configuration> };

module.exports = {
  config: {
    ...
    loaders: [{
      loader: new WorkflowLoaderBabel({config})
    }]
    ...
  }
};
2.0.0

6 years ago

1.0.0

6 years ago

1.0.0-beta

6 years ago

0.1.0

6 years ago

0.1.0-beta.0

6 years ago