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