We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36679f commit e94d682Copy full SHA for e94d682
.changeset/chatty-bobcats-shop.md
@@ -0,0 +1,5 @@
1
+---
2
+"rsbuild-plugin-web-extension": patch
3
4
+
5
+fix: When 'pnpm run dev' is executed, the manifest.json is not output to the dist directory
packages/rsbuild-plugin-web-extension/src/index.ts
@@ -80,7 +80,7 @@ export const pluginWebExtension = ({ manifest }: Options): RsbuildPlugin => ({
80
});
81
82
83
- api.onAfterBuild(() => {
+ api.onAfterCreateCompiler(() => {
84
makeManifest(manifest, api.context.distPath);
85
86
},
0 commit comments