An open API service indexing awesome lists of open source software.

https://github.com/beastbytes/webpack-manifest-asset-bundle-creator

Creates an asset bundle to register the chunks defined in the Webpack manifest created by the [WebpackManifestPlugin](https://github.com/shellscape/webpack-manifest-plugin).
https://github.com/beastbytes/webpack-manifest-asset-bundle-creator

Last synced: 3 months ago
JSON representation

Creates an asset bundle to register the chunks defined in the Webpack manifest created by the [WebpackManifestPlugin](https://github.com/shellscape/webpack-manifest-plugin).

Awesome Lists containing this project

README

        

# Webpack Manifest Asset Bundle Creator
Creates an asset bundle to register the chunks defined in the Webpack manifest created by the [WebpackManifestPlugin](https://github.com/shellscape/webpack-manifest-plugin).

For license information check the [LICENSE](LICENSE.md) file.

## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run
```
composer require --prefer-dist BeastBytes/webpack-manifest-asset-bundle-creator
```
or add

```json
"beastbytes/webpack-manifest-asset-bundle-creator": "~1.0.0"
```
to the `require` section of your composer.json.