Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 433 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 433 Bytes

.fbp loader for webpack

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