From 6ca62631ab74dea7b3c742973c7f11da6ceea0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 28 Aug 2024 10:37:11 +0200 Subject: [PATCH] Remove angularjs-annotate Babel plugin --- buildtools/webpack.commons.js | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/buildtools/webpack.commons.js b/buildtools/webpack.commons.js index 692eef8d6920..3a6bfbaaddff 100644 --- a/buildtools/webpack.commons.js +++ b/buildtools/webpack.commons.js @@ -181,7 +181,6 @@ module.exports = function (config) { babelrc: false, comments: false, presets: [babelPresetEnv], - plugins: [require.resolve('babel-plugin-angularjs-annotate')], }, }, }; diff --git a/package.json b/package.json index f8ad212e062a..a5d4a12c308f 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,6 @@ "angular-ui-date": "1.1.1", "angular-ui-slider": "0.4.0", "babel-loader": "8.3.0", - "babel-plugin-angularjs-annotate": "0.10.0", "bootstrap": "4.6.2", "cheerio": "1.0.0-rc.12", "chokidar": "3.6.0",