Is this abandoned?
See original GitHub issueAfter spending some time to get this up and running locally, found that the only bundle created was the <theme>/balerbundles/core-bundle.js
Did some digging and found this document, which seems to imply other solutions should be used instead https://github.com/magento/baler/blob/master/docs/WHY_CUSTOM.md#how-are-folks-working-around-this-today
- hand rolling requirejs optimization config file
- magepack
- other similar options…
I just want to know for definite that this repository is not the intended way to do things.
Is that correct? Or am I missing something here?
Issue Analytics
- State:
- Created 3 years ago
- Comments:12
Top Results From Across the Web
Is This Abandoned Time Capsule Haunted By It's Previous ...
#abandoned #hidden #timecapsule Tonight we investigate an abandoned hidden time capsule that we've been wanting to access for some time, ...
Read more >Victoria Adeyinka - This Abandoned - YouTube
286K views 11 months ago. 286,476 views • Premiered Jan 28, 2022. To Stream This Abandoned: https://distrokid.com/hyperfollow/vic.
Read more >This Abandoned Home in the USA Has a Last Message on its ...
Exploring abandoned places is my hobby and finance it all out of my own pocket and the donations I get from the people...
Read more >IS THIS REALLY ABANDONED? - YouTube
We Explored The CRAZIEST Abandoned Cliff House In The Middle Of Nowhere · WARNING *DISTURBING* Wait Until YOU See What I Found In...
Read more >What is abandoned? | Macmillan Dictionary Blog
Definition 1. left empty or no longer used 2. left alone by someone who should stay with you and look after you Origin...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sadly I think it has been abandoned, it has now been removed from the docs https://github.com/magento/devdocs/pull/7876
Improving performance on Magento is hard, the javascript situation is “a bit of a mess” (a very polite understated version of how I want to describe it).
Not helped by the contradicting documentation, the place where you should be able to get definitive answers on how things work is all over the place.
https://devdocs.magento.com/guides/v2.4/performance-best-practices/advanced-js-bundling.html#magento-merging-and-bundling says:
Sounds good. But on this page https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/themes/js-bundling.html you are told:
Hmmm, ok but it still does say to use the minify and inbuilt bundling features. So that’s good.
You are also told to minify and bundle on https://devdocs.magento.com/guides/v2.4/performance-best-practices/configuration.html#client-side-optimization-settings but futher down the page you are told:
and
🤦
Hi @PivitParkour94
Regarding the below, magepack v2 does this, and we run it in our pipeline.
It has to be magepack v2 to run in the pipeline, it won’t work with magepack v1.
Magepack 2 uses a custom bundler based on Baler. Check out https://youtu.be/ahxoTedqHjw.
You need v10+ of node in your CI pipeline for it to work. You still need to generate the magepack.congfig.js locally, but the bundles can be generated in the pipeline line. The magepack.config.js rarely needs to be updated.