Skip to content

Commit

Permalink
Revert "Fix some overlays not showing (#1182)"
Browse files Browse the repository at this point in the history
This reverts commit 69d429a.
  • Loading branch information
emmatown committed Jul 3, 2024
1 parent 73293af commit 2b7ad4d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,16 @@
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-explicit-resource-management",
["@babel/plugin-transform-private-property-in-object", { "loose": true }]
],
"overrides": [
{
"test": ["packages/keystatic/src/**/*", "design-system/pkg/src/**/*"],
"plugins": [
[
"babel-plugin-react-compiler",
{ "runtimeModule": "#react-compiler-runtime" }
]
]
}
]
}

0 comments on commit 2b7ad4d

Please sign in to comment.