|
@@ -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'] : []),
|
|
|
],
|
|
|
},
|