fix polyfill global pollution caused by locale-module

pull/2581/head
drafish 2 years ago
parent 5cf747670d
commit 13f8970180
  1. 10
      libs/remix-ui/locale-module/.babelrc

@ -1,12 +1,4 @@
{ {
"presets": [ "presets": ["@nrwl/react/babel"],
[
"@nrwl/react/babel",
{
"runtime": "automatic",
"useBuiltIns": "usage"
}
]
],
"plugins": [] "plugins": []
} }

Loading…
Cancel
Save