File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -770,7 +770,7 @@ rn_library(
770770 "//xplat/js/RKJSModules/vendor/scheduler:scheduler" ,
771771 "//xplat/js/react-native-github/packages/assets:assets" ,
772772 "//xplat/js/react-native-github/packages/normalize-color:normalize-color" ,
773- "//xplat/js/react-native-github/packages/js-polyfills:js- polyfills" ,
773+ "//xplat/js/react-native-github/packages/js-polyfills:polyfills" ,
774774 "//xplat/js/tools/metro/packages/metro-runtime/src/modules:modules" ,
775775 "//xplat/js/tools/metro/packages/metro-runtime/src/polyfills:polyfills" ,
776776 ],
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ yarn_workspace(
2121)
2222
2323rn_library (
24- name = "js- polyfills" ,
24+ name = "polyfills" ,
2525 base_path = relative_path_to_js_root () + "node_modules/@react-native/js-polyfills/" ,
2626 is_polyfill = True ,
2727 labels = [
You can’t perform that action at this time.
0 commit comments