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

* fix: extension doesn't work after vite bump
This commit is contained in:
Yun Feng
2024-06-12 05:59:42 -07:00
committed by GitHub
parent 3d951919cb
commit 4beaf2d12a
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'],