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
I agree, I'm thinking about writing a better handler for module style to limit repetition and being more predictable.
With Rocambole we should be able to target the content of the define() function and extract the content. In the custom templates, we could all write in CJS style and just wrap it in the Requirejs define (Although that won't work for classic AMD module style - So this still need thinking (Maybe a full Rocambole converter between styles - not sure yet if it's worth the overhead).
At the very least
app/app.js
andapp/router.js
need to lose thedefine
wrapper in this mode.The text was updated successfully, but these errors were encountered: