1.0.1 • Published 8 years ago
@jinwangchina/config-yaml v1.0.1
Config Yaml
Easy Webpack configuration function for yaml
Installation
webpack.config file:
let config = generateConfig(
...
yaml(),
...
);
Usage
var test = require( "./test.yml" );
License
MIT