Make Magento_BundleConfig consumable as a composer package
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 171
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
This issue is a:
- Bug
- 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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the Magento_BundleConfig directory linked in the issue and review how the module is currently structured. Start by checking Composer's package requirements for Magento modules, then validate that the package can be installed and consumed through Composer instead of copied into a store.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100