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
Wondering if there is a recommending build process to bundle up flight apps. Looks like the pattern for requiring dependencies in the scaffolding is the var myDep = require('path/to/dep'); method which isn't compatible with the rjs optimizer as far as I can tell.
Is there a way around this which I'm missing? or better to do the array of strings method?
The text was updated successfully, but these errors were encountered:
But I'd use webpack at the moment - http://webpack.github.io/ - and would want to replace that use of require in this tool when I have time (or someone else could take it on).
Wondering if there is a recommending build process to bundle up flight apps. Looks like the pattern for requiring dependencies in the scaffolding is the
var myDep = require('path/to/dep');
method which isn't compatible with the rjs optimizer as far as I can tell.Is there a way around this which I'm missing? or better to do the array of strings method?
The text was updated successfully, but these errors were encountered: