angular-webpack-plugin icon indicating copy to clipboard operation
angular-webpack-plugin copied to clipboard

Ignore module name prefix

Open stackfull opened this issue 11 years ago • 3 comments
trafficstars

Quite often, module names have a vendor prefix which doesn't relate to the filesystem directly, but could be aliased to a certain directory.

e.g. ngResource could alias the "ng" part to "lib/angular-"

stackfull avatar Mar 15 '14 22:03 stackfull

Can't test it because tests are failing :) but ... it works

ColCh avatar Jul 26 '14 09:07 ColCh

This wasn't meant to be just the "ng" prefix, but any prefix. At the moment, I'm leaning toward not including this feature as the rules for mapping names to files is getting very complex already.

stackfull avatar Jul 27 '14 23:07 stackfull

I think that the problem has several other roots - the original curvature of naming units in angular. Instead of calling the modules they use sophisticated forms ngroute / sanitize...

seth2810 avatar Jan 13 '15 08:01 seth2810