Unable to build the ext anymore #1233
-
The readme instructions seem outdated, npm run build is throwing following error:
I was able to build version 4.4.3 |
Beta Was this translation helpful? Give feedback.
Answered by
phryneas
Feb 21, 2024
Replies: 2 comments 1 reply
-
Good point! You'd now do I'll update the README. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jerelmiller
-
This has been resolved with #1234, so I'll go ahead and close this 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good point!
You'd now do
npm run build -- --env TARGET=chrome
ornpm run build -- --env TARGET=firefox
.I'll update the README.