Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 253 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 253 Bytes

Config Yaml

Easy Webpack configuration function for yaml

Installation

webpack.config file:

let config = generateConfig(
    ...
    yaml(),
    ...
);

Usage

var test = require( "./test.yml" );

License

MIT