beastbytes/webpack-manifest-asset-bundle-creator

Creates an asset bundle from a Webpack manifest

Maintainers

Package info

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

pkg:composer/beastbytes/webpack-manifest-asset-bundle-creator

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2023-08-18 13:54 UTC

This package is auto-updated.

Last update: 2026-02-18 19:21:17 UTC


README

Creates an asset bundle to register the chunks defined in the Webpack manifest created by the WebpackManifestPlugin.

For license information check the LICENSE file.

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist BeastBytes/webpack-manifest-asset-bundle-creator

or add

"beastbytes/webpack-manifest-asset-bundle-creator": "~1.0.0"

to the require section of your composer.json.