Skip to content

Commit

Permalink
thunderbird: don't package unnecessary entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
glacambre committed Sep 20, 2021
1 parent f0bc81b commit f62386a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ const firefoxConfig = (config, env) => {
}

const thunderbirdConfig = (config, env) => {
delete config.entry.content;
delete config.entry.index;
config.entry.compose = "./src/compose.ts";
const result = Object.assign(deepCopy(config), {
output: {
Expand Down

0 comments on commit f62386a

Please sign in to comment.