Skip to content

the-syndrome/wxt-imba-test

Repository files navigation

wxt-imba-test

We're testing wxt with imba entries.

Install

npm install --ignore-scripts

Optionally 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.json

Optionally patch wxt with patch files.

npm i --package-lock-only
npx patch-package
rm package-lock.json

Development

npm run dev

Create a new patch

Change module in ./node_modules/wxt

npm i --package-lock-only
npx patch-package wxt
rm package-lock.json

About

Web extension with wxt and imba

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors