@avanes I'm not sure that overriding baseUrl is the best solution. I'm thinking of setting aside separate sections requirejs.yml for handling CDN assets during precompilation and page rendering via requirejs_include_tag. The current issues seem to arise from the fact that build time configuration isn't separate from render time configuration.
@avanes I'm not sure that overriding
baseUrl
is the best solution. I'm thinking of setting aside separate sectionsrequirejs.yml
for handling CDN assets during precompilation and page rendering viarequirejs_include_tag
. The current issues seem to arise from the fact that build time configuration isn't separate from render time configuration.