Skip to content

Add hotfix CRXJS and Chrome v130

Jdrewniak requested to merge T377610-crxjs-hotfix into main

Chrome 130 introduces a bug in the CRX-js framework: https://github.com/crxjs/chrome-extension-tools/issues/918 Which basically breaks all content scripts.

This patch introduces a fix via "patch-package" that fixes the issue in the "@crxjs/vite-plugin" package via an npm postinstall hook.

Bug: T377610

Closes T377610

Merge request reports