babel-plugin-angularjs-annotate icon indicating copy to clipboard operation
babel-plugin-angularjs-annotate copied to clipboard

Question not issue babel-plugin-angularjs-annotate for replace ng-annotate with grunt

Open fturiot opened this issue 7 years ago • 3 comments

Hi, I have a question , how can i install babel-plugin-angularjs-annotate for replace ng-annotate with grunt thanks Fred

fturiot avatar Jul 16 '18 08:07 fturiot

any updates about this one

iMomen avatar Mar 27 '19 10:03 iMomen

I have added this to my project, but it doesn't seem to make the needed changes, how do I get it to trigger?

pixelypants avatar Mar 28 '19 05:03 pixelypants

This plugin is installed the same as every other Babel plugin is. You have to add it to the Babel configuration.

https://babeljs.io/docs/en/config-files

https://github.com/schmod/babel-plugin-angularjs-annotate/blob/master/README.md#installation

After doing this - you will most likely do not have to do anything in your build pipeline - as long as you are using Babel to transpile your code.

madflow avatar Mar 28 '19 09:03 madflow