fix: extension doesn't work after vite bump (#1507)

* fix: extension doesn't work after vite bump
This commit is contained in:
Yun Feng
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 80ffdce245
commit e31a4a28c9
7 changed files with 6 additions and 5 deletions

View File

@@ -84,7 +84,6 @@ export default defineConfig({
);
return manifest;
},
assets: 'assets',
browser: process.env.TARGET_BROWSER,
webExtConfig: {
startUrl: ['github.com/rrweb-io/rrweb'],