@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

/@jinwangchina/config-yaml/

    Package Sidebar

    Install

    npm i @jinwangchina/config-yaml

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • jinwangchina