Skip to content

Commit

Permalink
perf(repo): Disabled Unused Targets (#2462)
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham authored Jul 27, 2024
1 parent 787c461 commit 6aad0bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
48 changes: 0 additions & 48 deletions apps/bridge-dapp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,6 @@
"sourceRoot": "apps/bridge-dapp/src",
"projectType": "application",
"targets": {
"build": {
"executor": "@nx/webpack:webpack",
"outputs": ["{options.outputPath}"],
"defaultConfiguration": "production",
"options": {
"outputPath": "dist/apps/bridge-dapp",
"compiler": "babel",
"index": "apps/bridge-dapp/src/public/index.html",
"baseHref": "/",
"main": "apps/bridge-dapp/src/index.tsx",
"tsConfig": "apps/bridge-dapp/tsconfig.app.json",
"assets": [
"apps/bridge-dapp/src/public/favicon.png",
"apps/bridge-dapp/src/public/logo.png"
],
"generateIndexHtml": false,
"scripts": [],
"postcssConfig": "apps/bridge-dapp/postcss.config.js",
"webpackConfig": "apps/bridge-dapp/webpack.dev.cjs"
},
"configurations": {
"development": {
"extractLicenses": false,
"optimization": false,
"sourceMap": true,
"vendorChunk": true
},
"production": {
"fileReplacements": [
{
"replace": "apps/bridge-dapp/src/environments/environment.ts",
"with": "apps/bridge-dapp/src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"webpackConfig": "apps/bridge-dapp/webpack.prod.cjs"
}
}
},
"serve": {
"executor": "@nx/webpack:dev-server",
"options": {
Expand All @@ -61,10 +17,6 @@
}
}
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
Expand Down
18 changes: 0 additions & 18 deletions apps/zk-explorer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@
"sourceRoot": "apps/zk-explorer",
"projectType": "application",
"targets": {
"build": {
"executor": "@nx/next:build",
"outputs": ["{options.outputPath}"],
"defaultConfiguration": "production",
"options": {
"outputPath": "dist/apps/zk-explorer"
},
"configurations": {
"development": {
"outputPath": "apps/zk-explorer"
},
"production": {}
}
},
"serve": {
"executor": "@nx/next:server",
"defaultConfiguration": "development",
Expand Down Expand Up @@ -48,10 +34,6 @@
"options": {
"jestConfig": "apps/zk-explorer/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
}
},
"tags": []
Expand Down

0 comments on commit 6aad0bb

Please sign in to comment.