fbp-loader

0.1.2 • Public • Published

.fbp loader for webpack Build Status Greenkeeper badge

This module provides a webpack loader for the .fbp syntax used in Flow-Based Programming environments.

Example configuration

{
  module: {
    loaders: [
      { test: /\.fbp$/, loader: "fbp-loader" }
    ]
  }
}

Dependents (1)

Package Sidebar

Install

npm i fbp-loader

Weekly Downloads

2

Version

0.1.2

License

MIT

Last publish

Collaborators

  • bergie