Browse Source

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 year ago
parent
commit
86a07c0cbb
1 changed files with 0 additions and 2 deletions
  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'] : []),
       ],
     },