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

Plugin for webpack to teach it angular.js modules

Results 5 angular-webpack-plugin issues
Sort by recently updated
recently updated
newest added

There are cases where angular code intended to be processed by webpack cannot be modified to adapt to webpack. In these cases, certain dependencies of angular.module() statements will never comply...

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...

enhancement

Not sure this is necessary as the html loader is good for templates.

enhancement

It would be super useful if the README had a simple usage example.

A very common pattern is to name modules using camelCase but have the implementation file use dashes (and downcase).

enhancement