When this pull request is merged, it will move shared.js and page specific bundle js further after require.js. Currently advanced bundling generated bundles go right after require.js in DOM. With this PR they will come later after require.js so it will be possible to insert custom assets like dictionary before bundles.
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
This PR is a:
Summary
When this pull request is merged, it will move shared.js and page specific bundle js further after require.js. Currently advanced bundling generated bundles go right after require.js in DOM. With this PR they will come later after require.js so it will be possible to insert custom assets like dictionary before bundles.
Additional information