Closed H7-25 closed 1 year ago
Thanks, I'll make the change and test it.
Still an issue with extension reloading. I'm going to leave the issue open and resolve by adding a platform specific script to the #35 pr
yes I've just removed that part to build the extension, I've not any GUI on my development computers.
Fixed #35
On debian yarn build fail because of sed syntax in the package.json build line. Changing sed -i '' -e 's=/_next/=/next/=g' out/**.html to sed -i -e 's=/_next/=/next/=g' out/**.html fix the issue. I did not a pull request because currently I can't test on other SO.