Skip to content

Commit

Permalink
feat: separate output directories for each browser/manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Jun 25, 2023
1 parent a63f061 commit f09ffbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getInternalConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function getInternalConfig(
manifestVersion,
mode,
command,
outDir: '.output',
outDir: path.resolve(root, '.output', `${browser}-mv${manifestVersion}`),
logger: config.logger ?? consola,
vite: config.vite,
};
Expand Down

0 comments on commit f09ffbb

Please sign in to comment.