Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

fbp-loader

flowbased86MIT0.1.2

fbp module loader for webpack

fbp, webpack

readme

.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" }
    ]
  }
}