refactoring, using different pattern for page injection and reusing same pattern for both popup and content scripts

This commit is contained in:
Sriram Hariharan
2023-03-03 21:13:43 -06:00
parent 4ed52a3c9f
commit beb61176c1
18 changed files with 120 additions and 95 deletions

View File

@@ -14,6 +14,7 @@
},
"dependencies": {
"chrome-extension-toolkit": "^0.0.22",
"classnames": "^2.3.2",
"clean-webpack-plugin": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -75,4 +76,4 @@
"webpack-build-notifier": "^2.3.0",
"webpack-dev-server": "^4.11.1"
}
}
}