fix(extension): apply Plasmo build workaround - remove engines constraint

- Remove 'engines' field from package.json (workaround for Plasmo issue #1040)
- Fix operator precedence in ChatInterface condition
- Resolves 'Failed to resolve popup.tsx' error

Note: Still encountering 'Unexpected token div' JSX error during build.
This appears to be a separate Plasmo bundler issue unrelated to our code changes.
This commit is contained in:
API Test Bot 2026-02-04 09:41:55 +07:00
parent cb9af89318
commit 773f2f3cf9
2 changed files with 1 additions and 5 deletions

View file

@ -4,10 +4,6 @@
"version": "0.0.12",
"description": "Extension to collect Browsing History for SurfSense.",
"author": "https://github.com/MODSetter",
"engines": {
"node": ">=18.0.0 <23.0.0",
"pnpm": ">=8.0.0"
},
"pnpm": {
"overrides": {
"sharp": "^0.33.5"