publishpplugins
filip mertens 2 years ago
parent 858a2929fc
commit 430cf0a506
  1. 2
      apps/etherscan/project.json
  2. 2
      apps/vyper/project.json

@ -12,7 +12,7 @@
"compiler": "babel", "compiler": "babel",
"outputPath": "dist/apps/etherscan", "outputPath": "dist/apps/etherscan",
"index": "apps/etherscan/src/index.html", "index": "apps/etherscan/src/index.html",
"baseHref": "/", "baseHref": "./",
"main": "apps/etherscan/src/main.tsx", "main": "apps/etherscan/src/main.tsx",
"polyfills": "apps/etherscan/src/polyfills.ts", "polyfills": "apps/etherscan/src/polyfills.ts",
"tsConfig": "apps/etherscan/tsconfig.app.json", "tsConfig": "apps/etherscan/tsconfig.app.json",

@ -12,7 +12,7 @@
"compiler": "babel", "compiler": "babel",
"outputPath": "dist/apps/vyper", "outputPath": "dist/apps/vyper",
"index": "apps/vyper/src/index.html", "index": "apps/vyper/src/index.html",
"baseHref": "/", "baseHref": "./",
"main": "apps/vyper/src/main.tsx", "main": "apps/vyper/src/main.tsx",
"polyfills": "apps/vyper/src/polyfills.ts", "polyfills": "apps/vyper/src/polyfills.ts",
"tsConfig": "apps/vyper/tsconfig.app.json", "tsConfig": "apps/vyper/tsconfig.app.json",

Loading…
Cancel
Save