We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f5071 commit c269015Copy full SHA for c269015
.babelrc
@@ -1,3 +1,4 @@
1
-{
2
- "presets": [ "es2015" ]
+{
+ "presets": ["es2015"],
3
+ "plugins": ["angularjs-annotate"],
4
}
package.json
@@ -18,6 +18,7 @@
18
"api-check": "^6.0.10",
19
"babel-core": "^6.9.1",
20
"babel-loader": "^6.2.4",
21
+ "babel-plugin-angularjs-annotate": "^0.10.0",
22
"babel-plugin-transform-runtime": "^6.23.0",
23
"babel-preset-es2015": "^6.9.0",
24
"babel-preset-stage-2": "^6.0.0",
0 commit comments