@jinwangchina/config-yaml
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Config Yaml

Easy Webpack configuration function for yaml

Installation

webpack.config file:

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

Usage

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

License

MIT

Package Sidebar

Install

npm i @jinwangchina/config-yaml

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • jinwangchina