Skip to content

Commit

Permalink
Use next.js babel preset
Browse files Browse the repository at this point in the history
- Fixes #225
  • Loading branch information
kamilmielnik committed Feb 25, 2023
1 parent 973ab4f commit f127e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
presets: ['@babel/preset-env'],
presets: ['@next/babel'],
plugins: ['@babel/plugin-proposal-class-properties'],
};

0 comments on commit f127e20

Please sign in to comment.