From 8647e0b2723e272de6b0f11d0f53f94d1b4d4fba Mon Sep 17 00:00:00 2001 From: Jones8683 Date: Sat, 16 Aug 2025 19:51:38 +0930 Subject: [PATCH 1/2] feat: update crxjs to out of beta --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7794978e..a4443fa9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@babel/plugin-transform-runtime": "^7.26.9", "@babel/runtime": "^7.26.9", "@bedframe/cli": "^0.0.91", - "@crxjs/vite-plugin": "2.0.0-beta.32", + "@crxjs/vite-plugin": "2.1.0", "@types/mime-types": "^2.1.4", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", From ed9d662ba439b7a6bf5feb3a52b93ce7e2523476 Mon Sep 17 00:00:00 2001 From: Jones Date: Sat, 16 Aug 2025 20:16:45 +0930 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfd99e10..7fe8a0e8 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Don't worry- if you get stuck feel free to ask around in the [discord](https://d - **🐛 Found a bug?** Open an [issue](https://github.com/BetterSEQTA/BetterSEQTA-plus/issues) or fix it yourself! - **💬 Need help?** Join our [Discord community](https://discord.gg/YzmbnCDkat) -We have lots of [`good first issue`](https://github.com/BetterSEQTA/BetterSEQTA-plus/labels/good%20first%20issue) labels perfect for beginners! +We have lots of https://github.com/BetterSEQTA/BetterSEQTA-Plus/labels/good%20first%20issue labels perfect for beginners! ## Quick Development Setup @@ -85,6 +85,8 @@ npm run dev 2. Enable "Developer mode" 3. Click "Load unpacked" → Select `dist` folder 4. Visit a SEQTA page to see it work! 🎉 +> [!WARNING] +> Whenever you update the extension while not in dev mode, you will need to use the reload button on the extension page. 📚 **Need more details?** Check our [detailed setup guide](./docs/GETTING_STARTED_CONTRIBUTING.md#your-first-30-minutes)