Adds the uploadReactNativeMappings flag to the plugin extension. This will be used to check whether a project is React Native or not, which will be used to trigger registration of tasks that upload source maps.
Changeset
Checked project.ext.react as a heuristic to determine whether React Native is in use
Added uploadReactNativeMappings to the plugin extension
Added tests cases for the different values uploadReactNativeMappings can be set to
Goal
Adds the
uploadReactNativeMappings
flag to the plugin extension. This will be used to check whether a project is React Native or not, which will be used to trigger registration of tasks that upload source maps.Changeset
project.ext.react
as a heuristic to determine whether React Native is in useuploadReactNativeMappings
to the plugin extensionuploadReactNativeMappings
can be set to