Skip to content

Commit

Permalink
Merge pull request #77 from simpleweb/babel-fix
Browse files Browse the repository at this point in the history
Babelrc fix
  • Loading branch information
benjaminreid authored Nov 6, 2018
2 parents 2a432c2 + 76f9744 commit 5870302
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions generators/base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,6 @@ module.exports = class extends Generator {
}
);

this.fs.copy(
this.templatePath('.babelrc'),
this.destinationPath('.babelrc')
);

this.fs.copy(
this.templatePath('App/Assets'),
this.destinationPath('App/Assets')
Expand Down
3 changes: 0 additions & 3 deletions generators/base/templates/.babelrc

This file was deleted.

0 comments on commit 5870302

Please sign in to comment.