env | react-apps/node-apps | The required environment variables for this app. |
e2e | project root | Have a look at the E2E testing guide |
displayName | react-apps | Display name which will be used in PWA manifest and inside <title> tag of index.html |
themeColor | react-apps | Theme color to be used in PWA manifest |
skipCacheInvalidation | serverless-endpoints | If this is set to true, nodemon is used to manually restart serverless offline after each change. Can be used to avoid reaching the maximum number of DB connection and the need to establish a new DB connection for every new call. Depends on your architecture if you need this |
skipTypeGeneration | packages | If this is set to true, no types will be generated when building the package. |
suppressTsErrors | packages | An array of Typescript compiler errors to ignore when generating types for packages. |
devServer | react-apps | Overwrite webpack devServer options object values, e.g. change port |
sourceMaps | packages | Include the source maps of the original code in the package. |
externalDependencies | packages | Overwrite the mapping for external dependencies, for details have a look at External Dependencies |
libraryTargets | packages | An array of targets cantara should create a build output for. Default is ['umd', 'commonjs'] . |
staticFolder | node-app | The default folder location of an application (Default is /static ). Always relative to the current app |
customTypes | all | Folders or files which contain custom types. Always relative to the current app. |
skipBundling | packages | If Set to true, the commonjs target will not be bundled. |
bundleAnalyzer | project root | Show bundle anaylzer after React App or UMD build. Defaults to false. Can also be disabled by setting the DISABLE_BUNDLE_ANALYZER environment variable to false . |