Skip to content

Commit 38e2d75

Browse files
committed
fix
1 parent fc12445 commit 38e2d75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/plugins/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export const pluginManifest = (): RsbuildPlugin => ({
240240
generate: generateManifest(htmlPaths, manifestOptions, environment),
241241
};
242242

243-
if (manifestOptions.prefix === false) {
243+
if (!manifestOptions.prefix) {
244244
pluginOptions.publicPath = '';
245245
}
246246

0 commit comments

Comments
 (0)