Caven

Results 16 comments of Caven

I have the same problem: `EPERM: operation not permitted, chmod '/Users/xxxx/.pnpm-store/v3/tmp/_npx/93724/5/node_modules/.pnpm/[email protected]/node_modules/typescript/bin/tsc'` [email protected] [email protected] macOS@12

> > Unable to load "/@react-refresh" from server > > @keyding RPCE auto-detects if the Vite React plugin is installed and applies the React Refresh preamble to content scripts. If...

@mismith @jacksteamdev It's my spelling mistake. It works fine. Very good. Thank you very much.

@jacksteamdev Thank you for your dedication to this.

最新版本中的 params 中的每个对象,现在有 marker,可以直接用。

I had the same error, and switched from `ts-node` to `tsx`. But if you want to use `ts-node`, see this issue: https://github.com/TypeStrong/ts-node/issues/2100 Also, you can just use `Bun`, it's very...

@wuzequanyouzi I tested it, no problem, thanks. In `wxt.config.ts`, add `vite.build.sourcemap: false`. ```ts import { defineConfig } from 'wxt'; import vue from '@vitejs/plugin-vue'; // See https://wxt.dev/api/config.html export default defineConfig({ imports:...

Hi, @chengfengfengwang You need to put your `html` file in the `public`: ![public folder](https://github.com/samrum/vite-plugin-web-extension/assets/20431351/1913c548-6fcb-4270-896c-fb916508de75) Here is my sample code: ```ts // contentScript.ts function renderIframeContent(page: string, render: (iframe: HTMLIFrameElement) => void)...