You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To load the bundles generated by r.js currently, a developer would need to copy/paste all the code from Magento_BundleConfig into their store.
Ideally, you would be able to install the package with composer. I know next to nothing about composer, so I'll leave this for someone more educated on the subject.
Expected result:
composer can be used to install the Magento_BundleConfig module.
The text was updated successfully, but these errors were encountered:
@DrewML would it be ok for you to have an own repository for the magento module? Then it's quite easy to make a composer package out of it. It should also work without an extra repository, but you always would have to install all the chrome extension related stuff into your magento shop
This issue is a:
Environment
node -v
)npm -v
)Description
To load the bundles generated by
r.js
currently, a developer would need to copy/paste all the code fromMagento_BundleConfig
into their store.Ideally, you would be able to install the package with
composer
. I know next to nothing about composer, so I'll leave this for someone more educated on the subject.Expected result:
composer
can be used to install theMagento_BundleConfig
module.The text was updated successfully, but these errors were encountered: