mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 17:56:25 +02:00
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:
parent
cb9af89318
commit
773f2f3cf9
2 changed files with 1 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue