mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Replace webpack with esbuild
This commit is contained in:
@@ -178,7 +178,7 @@ async function onBeforeCastSDKRequest(details: OnBeforeRequestDetails) {
|
||||
});
|
||||
|
||||
return {
|
||||
redirectUrl: browser.runtime.getURL("shim/bundle.js")
|
||||
redirectUrl: browser.runtime.getURL("shim/index.js")
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user