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
Using the r.js optimiser, is it possible to define multiple entry points? If I'm using the Assetic filter, is it smart enough to ahead-of-time compile the required entrypoint? The reason why I ask, is that different pages load different JS entrypoints, which require() their dependencies, and it'd be awesome if the r.js optimiser when used with this bundle would handle that!
The text was updated successfully, but these errors were encountered:
Using the
r.js
optimiser, is it possible to define multiple entry points? If I'm using the Assetic filter, is it smart enough to ahead-of-time compile the required entrypoint? The reason why I ask, is that different pages load different JS entrypoints, whichrequire()
their dependencies, and it'd be awesome if ther.js
optimiser when used with this bundle would handle that!The text was updated successfully, but these errors were encountered: