Skip to content

jinwangchina/config-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config Yaml

Easy Webpack configuration function for yaml

Installation

webpack.config file:

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

Usage

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

License

MIT