beastbytes / webpack-manifest-asset-bundle-creator
Creates an asset bundle from a Webpack manifest
v1.0.0
2023-08-18 13:54 UTC
Requires
- php: ^8.0
- yiisoft/assets: ^4.0
Requires (Dev)
- phpunit/phpunit: ^10.0
- roave/infection-static-analysis-plugin: ^1.0
- roave/security-advisories: dev-latest
- vimeo/psalm: ^5.0
- yiisoft/event-dispatcher: ^1.0
- yiisoft/view: ^8.0
This package is auto-updated.
Last update: 2024-11-18 16:46:40 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.