Skip to content

Commit

Permalink
adding back ember-try config
Browse files Browse the repository at this point in the history
  • Loading branch information
thoov committed Sep 30, 2020
1 parent 1115053 commit f685c18
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,26 @@ module.exports = async function() {
edition: 'classic'
}
}
},
{
name: 'embroider',
npm: {
devDependencies: {
'@embroider/core': '*',
'@embroider/webpack': '*',
'@embroider/compat': '*',
},
},
},
{
name: 'embroider-optimized',
npm: {
devDependencies: {
'@embroider/core': '*',
'@embroider/webpack': '*',
'@embroider/compat': '*',
},
}
}
]
};
Expand Down

0 comments on commit f685c18

Please sign in to comment.