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).
- Host: GitHub
- URL: https://github.com/beastbytes/webpack-manifest-asset-bundle-creator
- Owner: beastbytes
- License: other
- Created: 2023-08-18T13:26:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T13:57:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T15:55:02.935Z (4 months ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.