Skip to content

Commit

Permalink
fix angular injection annotations for minified bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Aug 26, 2022
1 parent e8f5071 commit c269015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": [ "es2015" ]
{
"presets": ["es2015"],
"plugins": ["angularjs-annotate"],
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"api-check": "^6.0.10",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-angularjs-annotate": "^0.10.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.0.0",
Expand Down

0 comments on commit c269015

Please sign in to comment.