fuse-box-yaml
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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()
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i fuse-box-yaml

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

22.7 kB

Total Files

12

Last publish

Collaborators

  • maximkott
  • nchanged