m2-devtools
m2-devtools copied to clipboard
Make Magento_BundleConfig consumable as a composer package
This issue is a:
- [ ] Bug
- [X] Feature suggestion
- [ ] Documentation issue
- [ ] Other (Please Specify)
Environment
Question | Answer |
---|---|
Magento version | N/A |
Browser + version | N/A |
node.js version (node -v ) |
N/A |
npm version (npm -v ) |
N/A |
Description
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.
@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