You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Using the current guide to setup JS bundling can lead to bundles which include domReady! in the bundle.
This results in the main bundle to be included multiple times on the page, which can cause problems with jQuery and other javascript components.
domReady! is included due to the manual writing of the bundle configuration, which doesn't filter out undesireable content (which bundlesConfigOutFile does for some reason).
Possible solutions:
Using bundlesConfigOutFile doesn't exhibit this behavior.