Skip to main content

Questions tagged [advanced-bundling]

0 votes
1 answer
830 views

I'm following the instructions to get advanced JS bundling done. I have been doing this over a year without much difficulty. This time around, I find the error below and I would like to know if there ...
CodeForGood's user avatar
0 votes
1 answer
812 views

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 ...
Ryan Copeland's user avatar
3 votes
4 answers
2k views

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 ...
Toan Tam's user avatar
  • 1,328
2 votes
0 answers
354 views

We recently setup CDN for the static assets. As an old discussion on the github indicates, advanced JS bundling and CDN don't go together. What is happening is explained below. require.js is trying to ...
CodeForGood's user avatar
1 vote
1 answer
2k views

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 ...
Toan Tam's user avatar
  • 1,328
0 votes
1 answer
197 views

My store's requirejs-config.js has an entry for shim node as seen in the code snippet below, that includes an entry for deps node as well. I wonder if I should copy this deps node entry to the ...
CodeForGood's user avatar
0 votes
0 answers
89 views

I am facing an issue with some dependencies that were already included in some bundle are loading separately as seen in the browser console. Could you please share yours insights into this? Please ...
CodeForGood's user avatar
0 votes
1 answer
1k views

I have applied advanced js bundling. Everything works fine except shipping address validation on the checkout page. After applying bundling checkout page shipping address validation is not working ...
Ashar Riaz's user avatar
  • 1,035