Skip to content

Commit

Permalink
Merge pull request #2171 from MrChocolatine/patch-1
Browse files Browse the repository at this point in the history
build: only include used composable-helpers
  • Loading branch information
Turbo87 authored Apr 29, 2021
2 parents da47e24 + 7636db3 commit 896c25a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ module.exports = function (defaults) {
{ name: "miragejs", sourceDirectory: "lib" },
],
},
"ember-composable-helpers": {
only: ["sort-by"]
},
addons: {
blacklist: ["ember-cli-fastboot"],
},
Expand Down

0 comments on commit 896c25a

Please sign in to comment.