ESM plugin bundles

Summary:
This change will allow us to display correct stack traces in flipper UI as well as send them to scuba.

Currently correct stack traces are only displayed in the console and we do not have access to them.

Reviewed By: ivanmisuno

Differential Revision: D50015827

fbshipit-source-id: 2a60315dd5c06b2635ce0414f612ff1fdca0e489
This commit is contained in:
Anton Kastritskiy
2023-10-10 03:37:21 -07:00
committed by Facebook GitHub Bot
parent 4554e27eca
commit c4a1c90a1e
4 changed files with 71 additions and 20 deletions

View File

@@ -122,7 +122,7 @@ export default async (store: Store, _logger: Logger) => {
FlipperPlugin,
Immer,
antd,
emotion_styled,
emotion_styled: emotion_styled.default,
emotion_css,
antdesign_icons,
ReactJsxRuntime,