Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.43 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.43 KB

webpack-manifest

A set of tools to help with handling manifest.json files generated by webpack plugin danethurber/webpack-manifest-plugin.

Install

Via Composer

$ composer require ovos/webpack-manifest

Usage

$skeleton = new Ovos\Webpack();
echo $skeleton->echoPhrase('Hello, League!');

License

The MIT License (MIT). Please see License File for more information.