Skip to content

Commit

Permalink
cli(generators): add support for babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt committed Nov 4, 2018
1 parent 14380f9 commit a245ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/generators/init-generator.ts
Expand Up @@ -151,9 +151,9 @@ export default class InitGenerator extends Generator {
getBabelPlugin(),
);
this.dependencies.push(
"babel-core",
"babel-loader",
"babel-preset-env",
"@babel/core",
"@babel/preset-env",
);
}
})
Expand Down

0 comments on commit a245ddf

Please sign in to comment.