Skip to content

Commit

Permalink
refactor: move .babelrc to babel.config.js
Browse files Browse the repository at this point in the history
this to maintain consistency between .design and .com
  • Loading branch information
chriswynn committed Jan 14, 2020
1 parent f34c824 commit e93c1a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [["@babel/preset-env"], "next/babel"],
};

0 comments on commit e93c1a6

Please sign in to comment.