Questions tagged [jsbundling]
The jsbundling tag has no summary.
18 questions
0 votes
0 answers
96 views
Stripe payment button not loaded when enable the bundling, merge_files for js
After enabling the merge_files and js_bundling options in Magento, the Stripe Express Checkout button no longer appears. Additionally, the debugger is not being triggered, and the ...
1 vote
1 answer
1k views
Magepack Bundle Console Error On Magento 2.4.4
After upgrading from 2.4.3-p1 to 2.4.4, the following error shows up in the console: Uncaught Error: Mismatched anonymous define() module: function( $ ) { I've traced the error back to the generated /...
0 votes
2 answers
1k views
Magento 2.4.2 - JS bundling not working
I have enabled the Javascript bundling, however, it doesn't seem to work properly. I can see the bundles are being created in pub/static/vendor/theme/en_GB/js: However, the bundles are not being ...
0 votes
1 answer
22 views
What information can bundling give me about a bug?
I have an issue (caused by one of my modules) that only appears when in production mode, when the javascript files have been bundled. I disabled bundling and the issue does not persist in production ...
2 votes
2 answers
740 views
What is javascript minification and bundling of files in Magento?
What is javascript minification and bundling of files in Magento? Should I enable javascript minfication and bundling for my Magento 2 website ?
0 votes
1 answer
812 views
Fotorama Gallery JS Errors With Magepack JS Bundling Enabled
We are using Magepack on a Magento v2.3.5-p2 website for JS bundling. See below: https://github.com/magesuite/magepack If we enable magepack JS bundling using the Luma or Blank theme it works fine ...
3 votes
4 answers
2k views
Has anyone been using Magepack on production?
I've recently discovered Magepack. It's a really good tool for Magento 2 JS bundling and it gives us a much better Google Pagespeed score than Baler which I'm using. I was able to install Magepack on ...
1 vote
0 answers
93 views
Overriding core user data files for Magepack
We are working on getting Magepack installed on our dev environment. One of the shims we had to fix was in the "customer-data.js". It works when we edit the core file(vendor/magento/module-...
1 vote
1 answer
2k views
How to use Baler for JS bundling on Magento Cloud?
Baler is great for JS bundling comparing to default JS bundling. It's hard to apply it to a Magento Cloud instance as Magento Cloud is a read-only system. So we can't run npm command directly via SSH ...
1 vote
1 answer
1k views
Magento 2 - advanced JS bundling mixins
I followed this answer to enable JS bundling with success - Magento 2 Advanced Js Bundling. However when I go to checkout, I get JS errors in console. When in developer mode everything is ok. Even in ...
0 votes
0 answers
197 views
IE 11 out of stack space issue es6-collections js with advanced bundling
We have enabled advanced JS bundling on magento 2.2.7. It works well in all browsers except IE11. On IE11, it throws the following error on browser console. Error Message : Out of stack space file :...
3 votes
0 answers
2k views
Advanced JS Bundling - What to include/exclude
So, I've been doing an advanced js bundling for my website and I've read a lot of information about it. I've decided to use m2 dev tools to help me do it, however, I've some doubts with the result I ...
2 votes
1 answer
232 views
magento 2 too many js call inspite of bundling
i have enabled production mode and bundling also yet i am seeing to many js file call aroun 120 plus that is causing issue with load time
1 vote
0 answers
191 views
Advance bundle js : Magento 2
i have implemented advance bundle js in magento2 all good but when i go to checkout page and change country no shipping method change. then i debug the issue the issue comes when we enable bundling ...
0 votes
1 answer
235 views
Magento 2 enable merging/bundling after AdvancedJS Bundling
I have recently applied AdvancedJS Bundling on my Magento 2 store, and the performance is quite improved. But for Advanced JS Bundling, the merging, and bundling is disabled. Can I enable that also ...