Skip to content

Commit

Permalink
chore: remove unnecessary custom babel
Browse files Browse the repository at this point in the history
this enables use of next's SWC, which is supposed to make something
faster
  • Loading branch information
keyserj committed May 30, 2023
1 parent 4ac1906 commit 2de3713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions web/.babelrc

This file was deleted.

3 changes: 3 additions & 0 deletions web/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
compiler: {
emotion: true,
},
pageExtensions: ["page.tsx", "page.ts", "page.jsx", "page.js"],
reactStrictMode: true,
swcMinify: true,
Expand Down

0 comments on commit 2de3713

Please sign in to comment.