Skip to content

Commit

Permalink
🥅 Specify missing output.filename in Error Message
Browse files Browse the repository at this point in the history
Ref #91
  • Loading branch information
rushilsrivastava committed Jan 24, 2022
1 parent 3c7e631 commit 0463576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function extractEntries(
const { filename } = webpackOutput;

if (!filename) {
throw new Error();
throw new Error("Please specify the `output.filename` in your webpack config.");
}

if (!background?.scripts) {
Expand Down

0 comments on commit 0463576

Please sign in to comment.