Skip to content

Commit

Permalink
Merge pull request #1469 from embroider-build/blacklist-exclude
Browse files Browse the repository at this point in the history
update deprecated (and removed) blacklist config in test app
  • Loading branch information
mansona committed Jun 13, 2023
2 parents 3936fdb + a4fbe08 commit 95eef86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function (defaults) {
let app = new EmberApp(defaults, {
// Add options here
addons: {
blacklist: ['blacklisted-in-repo-addon'],
exclude: ['blacklisted-in-repo-addon'],
},
});

Expand Down

0 comments on commit 95eef86

Please sign in to comment.