majgis/ngify

Remove uneeded complexity

majgis opened this issue · 0 comments

The current method for acquiring the moduleName is needlessly complex.

Following the official browserify strategy for configuring transforms will offer these advantages:

  1. Reduce code complexity
  2. Better performance since file system calls are eliminated
  3. Additional settings, like file extension, are now available, since args are passed in at initialization.

This closes #1 , since fs calls will be eliminated