Caven
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.
No problem in vite 2.x
@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...
I'm having this problem too.
@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`:  Here is my sample code: ```ts // contentScript.ts function renderIframeContent(page: string, render: (iframe: HTMLIFrameElement) => void)...