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