Skip to content

Commit

Permalink
Update emotion from 10 to 11
Browse files Browse the repository at this point in the history
This required a change to the tsconfig. I found the current solution
here: emotion-js/emotion#2111 (comment)
  • Loading branch information
LukasKalbertodt committed May 19, 2021
1 parent ee3b810 commit 145a053
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 216 deletions.
2 changes: 1 addition & 1 deletion frontend/.babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
},
plugins: [
"relay",
"@emotion",
"@babel/plugin-proposal-nullish-coalescing-operator",
],
presets: [
Expand All @@ -25,6 +26,5 @@ module.exports = {
"importSource": "@emotion/react",
},
],
"@emotion/babel-preset-css-prop",
],
};
Loading

0 comments on commit 145a053

Please sign in to comment.