We're testing wxt with imba entries.
npm install --ignore-scriptsOptionally patch imba's package.json to convert cjs to mjs file. The patch-package module wont work with the package.json.
sed -i 's/plugin.cjs/plugin.mjs/g' node_modules/imba/package.jsonOptionally patch wxt with patch files.
npm i --package-lock-only
npx patch-package
rm package-lock.jsonnpm run devChange module in ./node_modules/wxt
npm i --package-lock-only
npx patch-package wxt
rm package-lock.json