Skip to content

Commit

Permalink
chore: use webpack defines for hosts and protocols; remove profiler (#…
Browse files Browse the repository at this point in the history
…341)

* Use webpack defines for hosts and protocols

* Remove profiler script
  • Loading branch information
raducristianpopa committed Jun 14, 2024
1 parent 05e582f commit fe80667
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 194 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"format": "prettier . --check --cache --cache-location='node_modules/.cache/prettiercache'",
"format:fix": "prettier . --write --cache --cache-location='node_modules/.cache/prettiercache' --log-level=warn",
"typecheck": "tsc --noEmit",
"profiler": "tsx ./scripts/profiler.ts",
"test": "jest --maxWorkers=2 --passWithNoTests",
"test:ci": "pnpm test -- --reporters=default --reporters=github-actions"
},
Expand Down Expand Up @@ -61,7 +60,6 @@
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/webextension-polyfill": "^0.10.7",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@types/zip-webpack-plugin": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
Expand Down Expand Up @@ -97,7 +95,6 @@
"tsx": "^4.15.4",
"typescript": "^5.4.5",
"webpack": "^5.92.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-ext-reloader-mv3": "^2.1.1",
"webpack-extension-manifest-plugin": "^0.8.0",
Expand Down
148 changes: 16 additions & 132 deletions pnpm-lock.yaml

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

Loading

0 comments on commit fe80667

Please sign in to comment.