Skip to content

Commit

Permalink
Attempt to use a .babelrc file instead of babel.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jan 10, 2021
1 parent 4bc9a11 commit ecf3b75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
16 changes: 16 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"presets": [
[
"next/babel",
{
"preset-react": {
"runtime": "automatic",
"importSource": "@emotion/react"
}
}
]
],
"plugins": [
"@emotion/babel-plugin"
]
}
22 changes: 0 additions & 22 deletions babel.config.js

This file was deleted.

0 comments on commit ecf3b75

Please sign in to comment.