Closed jehoshua02 closed 9 years ago
It is now possible to require('app/path/to/module') instead of require('../../../path/to/module').
require('app/path/to/module')
require('../../../path/to/module')
It is now possible to
require('app/path/to/module')
instead ofrequire('../../../path/to/module')
.