Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 230 Bytes

readme.md

File metadata and controls

19 lines (15 loc) · 230 Bytes

Load YAML files with fuse-box

npm i -D fuse-box-yaml

Example

const {YAMLPlugin} = require('fuse-box-yaml')
// or 
import {YAMLPlugin} from 'fuse-box-yaml' 

// then
{
  plugins: [
    ...,
    YAMLPlugin()
  ]
}