Runs webpack-bundle-analyzer
.
Available for the following scripts: start
, build
.
react-union-scripts start --app MyApp --analyze
Determines what application to build or start.
Available for the following scripts: start
, build
.
react-union-scripts start --app MyApp
If passed, Hot Module Replacement will be disabled.
Available for the following scripts: start
.
react-union-scripts start --no-hmr
If passed, a proxy server will be started instead of a development server.
Available for the following scripts: start
.
react-union-scripts start --proxy
If passed, the JavaScript output will be optimized for production.
Available for the following scripts: start
.
react-union-scripts build --release
Custom value that can be used in union.config.js
.
Available for the following scripts: start
, build
.
react-union-scripts build --target wordpress
If passed, the console output will be more verbose.
Available for the following scripts: start
, build
.
react-union-scripts build --verbose