@nx/react-native:web-configuration
Setup web configuration to React Native apps using react-native-web.
Monorepo World: October 7, 2024Monorepo World: October 7, 2024Join us!
Setup web configuration to React Native apps using react-native-web.
1nx generate web-configuration ...
2
By default, Nx will search for web-configuration
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/react-native:web-configuration ...
2
Show what will be generated without writing to disk:
1nx g web-configuration ... --dry-run
2
webpack
vite
, webpack
The bundler to use.
Project for which to generate web configuration.
false
Skip formatting files.
false
Do not add dependencies to package.json
.