Просмотр исходного кода

ref(plugins): Remove old component annotation plugin (#64597)

Remove the old plugin for annotating components, as we will be adding
our own plugin to do this.

getsentry PR: https://github.com/getsentry/getsentry/pull/12837
Ash 1 год назад
Родитель
Сommit
86a07c0cbb
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      babel.config.ts

+ 0 - 2
babel.config.ts

@@ -44,14 +44,12 @@ const config: TransformOptions = {
           },
         ],
         ['babel-plugin-add-react-displayname'],
-        ['@fullstory/babel-plugin-annotate-react'],
       ],
     },
     development: {
       plugins: [
         '@emotion/babel-plugin',
         '@babel/plugin-transform-react-jsx-source',
-        ['@fullstory/babel-plugin-annotate-react'],
         ...(process.env.SENTRY_UI_HOT_RELOAD ? ['react-refresh/babel'] : []),
       ],
     },