Skip to content

Commit cccebc4

Browse files
authored
update .babelrc instructions
Use idiomatic naming conventions for babel plugins. Webpack user? Using symlinks? Having trouble? You may need to use an absolute path: `plugins: [require.resolve('babel-plugin-angularjs-annotate')]` Closes #2
1 parent a501c52 commit cccebc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and add the plugin to your `.babelrc` file:
2525
```json
2626
{
2727
"presets": ["es2015"],
28-
"plugins": ["path/to/babel-ng-annotate"]
28+
"plugins": ["angularjs-annotate"]
2929
}
3030
```
3131

0 commit comments

Comments
 (0)