Skip to content

Commit 2a149db

Browse files
committed
refactor: remove ampersand-view dependency and update renderer process startup structure
- Removed references to `ampersand-view` from `package.json` and `package-lock.json`. - Updated entry point in `webpack.config.js` to use `index.ts` instead of `index.tsx`. - Cleaned up type definitions by removing the `ampersand-view` module declaration. - Refactored `setup-hadron-distribution.ts` to improve clarity and organization. - Introduced a new `application.tsx` file to manage application lifecycle and rendering. - Added global error handling and DNS configuration in `index.ts`. - Removed obsolete `menu-renderer.js` file. - Migrated stateful imports to regular exported functions (eg. CSP in `csp.ts`).
1 parent 476b312 commit 2a149db

File tree

10 files changed

+415
-2159
lines changed

10 files changed

+415
-2159
lines changed

package-lock.json

Lines changed: 0 additions & 1806 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compass/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@
242242
"@mongodb-js/webpack-config-compass": "^1.6.9",
243243
"@segment/analytics-node": "^1.1.4",
244244
"@types/minimatch": "^5.1.2",
245-
"ampersand-view": "^9.0.0",
246245
"bson": "^6.10.3",
247246
"chai": "^4.3.4",
248247
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)