Skip to content

flowbased/fbp-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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