@nrwl/react:module-federation-dev-server
Serve a web application.
Options can be configured in project.json
when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.
Options
allowedHosts
This option allows you to whitelist services that are allowed to access the dev server.
buildTarget
Target which builds the application.
baseHref
Base url for the application being built.
devRemotes
List of remote applications to run in development mode (i.e. using serve target).
host
localhost
Host to listen on.
hmr
false
Enable hot module replacement.
liveReload
true
Whether to reload the page on change, using live-reload.
memoryLimit
Memory limit for type checking service process in MB
.
maxWorkers
Number of workers to use for type checking.
open
false
Open the application in the browser.
port
4200
Port to listen on.
publicHost
Public URL where the application will be served.
ssl
false
Serve using HTTPS
.
sslKey
SSL key to use for serving HTTPS
.
sslCert
SSL certificate to use for serving HTTPS
.
watch
true
Watches for changes and rebuilds application.