Skip to content

Commit

Permalink
chore: configures deps to use unicode regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitb35 committed Nov 10, 2023
1 parent 4f78e0e commit 257e872
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 24 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["next/babel"]
"presets": ["next/babel"],
"plugins": ["@babel/plugin-transform-unicode-regex"]
}
Loading

0 comments on commit 257e872

Please sign in to comment.