Open andithemudkip opened 2 months ago
Put the paths to the files you need embedded in your extension into the web_accessible_resources
key of your package.json (see the mv3 manifest definition for more details). If you include them here, plasmo will bundle the assets and you can then access them from your code.
What happened?
plasmo isn't bundling some files used by third party packages when calling the
init
function of tlsn-js, it tries to load a .wasm file by doingbut it seems that this wasm file isn't being bundled by plasmo so that fetch fails
I've set up a minimal example in this repo
Version
Latest
What OS are you seeing the problem on?
Windows, Linux
What browsers are you seeing the problem on?
Chrome
Relevant log output
No response
(OPTIONAL) Contribution
Code of Conduct