grafana/toolkit: Use babel-plugin-angularjs-annotate (#18005)
This fixes error caused by ng-annotate mentioned in #17819 (comment)
Showing
... | @@ -31,6 +31,7 @@ | ... | @@ -31,6 +31,7 @@ |
"@types/webpack": "4.4.34", | "@types/webpack": "4.4.34", | ||
"axios": "0.19.0", | "axios": "0.19.0", | ||
"babel-loader": "8.0.6", | "babel-loader": "8.0.6", | ||
"babel-plugin-angularjs-annotate": "0.10.0", | |||
"chalk": "^2.4.2", | "chalk": "^2.4.2", | ||
"commander": "^2.20.0", | "commander": "^2.20.0", | ||
"concurrently": "4.1.0", | "concurrently": "4.1.0", | ||
... | @@ -46,7 +47,6 @@ | ... | @@ -46,7 +47,6 @@ |
"jest-coverage-badges": "^1.1.2", | "jest-coverage-badges": "^1.1.2", | ||
"lodash": "4.17.11", | "lodash": "4.17.11", | ||
"mini-css-extract-plugin": "^0.7.0", | "mini-css-extract-plugin": "^0.7.0", | ||
"ng-annotate-webpack-plugin": "^0.3.0", | |||
"node-sass": "^4.12.0", | "node-sass": "^4.12.0", | ||
"optimize-css-assets-webpack-plugin": "^5.0.3", | "optimize-css-assets-webpack-plugin": "^5.0.3", | ||
"ora": "^3.4.0", | "ora": "^3.4.0", | ||
... | ... |
Please
register
or
sign in
to comment