beastbytes/webpack-manifest-asset-bundle-creator

Creates an asset bundle from a Webpack manifest

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

This package is auto-updated.

Last update: 2024-06-18 15:49:53 UTC


README

Webpack Manifest Asset Bundle Creator

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.