gulp-wrap-umd icon indicating copy to clipboard operation
gulp-wrap-umd copied to clipboard

Extended globalName using pure String

Open DotHide opened this issue 9 years ago • 0 comments

In some AngularJS project global inject Name is pure String.

For Example:

factory(root.angular, "ngCookies")

but the template in this project is always generate root. + <moduleName>, so I want to pull request 😄

DotHide avatar Sep 01 '16 06:09 DotHide