-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
see:
Line 179 in 4a1c8bb
| npx --no-install react-native bundle --platform windows --entry-file index.windows.js --bundle-output windows/SampleAppCpp/Bundle/index.windows.bundle --assets-dest windows/SampleAppCpp/Bundle |
react-native-windows/vnext/local-cli/generator-windows/templates/cpp/proj/MyApp.vcxproj
Line 163 in 744a02c
| npx --no-install react-native bundle --platform windows --entry-file index.js --bundle-output windows/$(SolutionName)/Bundle/index.windows.bundle --assets-dest windows/$(SolutionName)/Bundle |
If running this command:
npx react-native bundle --help
you can see its defaulting to true
...
--dev [boolean] If false, warnings are disabled and the bundle is minified (default: true)
...
This is what can help lead to some 'yellow box' warnings appearing in release builds.