Skip to content

Commit

Permalink
feat(creator): select babel by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Dec 30, 2018
1 parent 4a264dc commit badc335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@nodepack/cli/src/lib/createModules/babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = api => {
api.injectFeature({
name: 'Babel',
value: 'babel',
checked: true,
})

api.onPromptComplete((answers, preset) => {
Expand Down

0 comments on commit badc335

Please sign in to comment.