1. Description
In Chrome and Firefox, my extension's dynamic imports (via Vue Router & Rspack) correctly request resources from the root path (e.g., /218.js). However, in Orion Browser, the same requests are automatically redirected or resolved to /static/218.js, resulting in a 404 Not Found and Orion.SchemeHandlerError error 2.
2. Steps to Reproduce
Install the extension from CWS: Time tracker - Web Habit Builder
Click the icon to open the popup page
Observe the Network tab in DevTools.
Expected: Request URL is chrome-extension://<ID>/218.js.
Actual: Request URL is chrome-extension://<ID>/static/218.js (which fails).
3. Environment
You can check the source code of my extension on GitHub
The same as that happens on Chrome
Orion Version 1.1.1 (149), WebKit 625.1.8
Sequoia (15)