Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
chore: transpile modern JS features for older browsers (#29)
Browse files Browse the repository at this point in the history
* chore: transpile modern JS features for older browsers

* chore: Semantic release (#27)

* chore: add semantic-release dependency

* chore: init semantic release GitHub workflow

* fix: bump node version in CI to LTS

* chore: add "semantic-release" script to package.json

* chore: transpile modern JS features for older browsers

* fix: update package-lock after rebase

* fix: resolve post-rebase issues (part 1)

* fix: resolve post-rebase issues (part 2)
  • Loading branch information
anthonypecchillo committed Jun 24, 2023
1 parent 36fbe9b commit 46cc985
Show file tree
Hide file tree
Showing 3 changed files with 1,412 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"presets": [
"next/babel",
[
"@babel/preset-env",
{
"targets": "> 0.25%, not dead"
}
]
]
}
Loading

0 comments on commit 46cc985

Please sign in to comment.