{ "name": "vyper", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "apps/vyper/src", "projectType": "application", "targets": { "build": { "executor": "@nrwl/webpack:webpack", "outputs": ["{options.outputPath}"], "defaultConfiguration": "development", "options": { "compiler": "babel", "outputPath": "dist/apps/vyper", "index": "apps/vyper/src/index.html", "baseHref": "/", "main": "apps/vyper/src/main.tsx", "polyfills": "apps/vyper/src/polyfills.ts", "tsConfig": "apps/vyper/tsconfig.app.json", "assets": [ "apps/vyper/src/favicon.ico", "apps/vyper/src/assets" ], "styles": ["apps/vyper/src/styles.css"], "scripts": [], "webpackConfig": "apps/vyper/webpack.config.js" }, "configurations": { "development": { }, "production": { "fileReplacements": [ { "replace": "apps/vyper/src/environments/environment.ts", "with": "apps/vyper/src/environments/environment.prod.ts" } ] } } }, "serve": { "executor": "@nrwl/webpack:dev-server", "defaultConfiguration": "development", "options": { "buildTarget": "vyper:build", "hmr": true }, "configurations": { "development": { "buildTarget": "vyper:build:development", "port": 5002 }, "production": { "buildTarget": "vyper:build:production" } } } }, "tags": [] }