{ "$schema": "./node_modules/nx/schemas/nx-schema.json", "targetDefaults": { "build": { "cache": true, "dependsOn": ["^build"], "inputs": ["production", "^production"] } }, "defaultBase": "master", "namedInputs": { "sharedGlobals": [], "default": ["{projectRoot}/**/*", "sharedGlobals"], "production": ["default"] }, "plugins": [ { "plugin": "@nx/webpack/plugin", "options": { "buildTargetName": "build", "serveTargetName": "serve", "previewTargetName": "preview" } } ] }