Skip to content

Commit

Permalink
build: only include used composable-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine authored Apr 27, 2021
1 parent 4c1982c commit 7636db3
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 7636db3

Please sign in to comment.