Skip to content

Commit

Permalink
Make naming more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain committed Aug 2, 2023
1 parent 97fb449 commit 0a7b14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ module.exports = (env, argv) => {
// either webpack or our babel setup.
// When we do get to upgrade our current setup, this should
// probably be removed.
if (f.includes("compound-web")) return true;
if (f.includes("@vector-im/compound-web")) return true;

// but we can't run all of our dependencies through babel (many of them still
// use module.exports which breaks if babel injects an 'include' for its
Expand Down

0 comments on commit 0a7b14c

Please sign in to comment.