mygento / module-js-bundler
Magento 2 Advanced JS Bundler
Installs: 6 463
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 11
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- magento/module-deploy: 100.4.*
Requires (Dev)
- mygento/coding-standard: ~2.14.0
This package is auto-updated.
Last update: 2024-10-29 05:34:38 UTC
README
Installation with composer
- Include the repository:
composer require mygento/module-js-bundler
Usage
Place a file js_bundler.xml in theme's etc folder
<?xml version="1.0" encoding="utf-8"?>
<bundles>
<bundle name="catalog">
<item>Magento_Catalog/js/product/list/toolbar</item>
<item>Magento_Catalog/js/price-box</item>
<item>Magento_Catalog/js/catalog-add-to-cart</item>
</bundle>
....
<bundle name="checkout">
<item>....</item>
<item>....</item>
<item>....</item>
</bundle>
</bundles>
Compability
The module is tested on magento version 2.3.x