Skip to content

Commit

Permalink
build: switched building approach
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSchuetze committed Oct 3, 2023
2 parents 5b005af + b3ed0d7 commit 8ffc34f
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 111 deletions.
2 changes: 1 addition & 1 deletion ado-manifests/azure-devops-extension-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"properties": {
"name": "Banner (Dev)",
"uri": "app/index.html",
"uri": "dist/index.html",
"icon": "asset://static/sample-icon.png"
}
}
Expand Down
2 changes: 1 addition & 1 deletion ado-manifests/azure-devops-extension-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"properties": {
"name": "Banner",
"uri": "app/index.html",
"uri": "dist/index.html",
"icon": "asset://static/sample-icon.png"
}
}
Expand Down
4 changes: 2 additions & 2 deletions ado-manifests/azure-devops-extension-test.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "banner-settings-hub-improved-test",
"name": "Banner Settings (Test)",
"version": "1.0.72",
"version": "1.0.74",
"publisher": "razorspoint",
"public": false,
"contributions": [
Expand All @@ -19,7 +19,7 @@
],
"properties": {
"name": "Banner (Test)",
"uri": "app/index.html",
"uri": "dist/index.html",
"icon": "asset://static/sample-icon.png"
}
}
Expand Down
138 changes: 32 additions & 106 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/react": "~16.14.48",
"@types/react-dom": "~16.9.20",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"base64-inline-loader": "^2.0.1",
"copy-webpack-plugin": "^11.0.0",
Expand Down

0 comments on commit 8ffc34f

Please sign in to comment.