Skip to content

Commit

Permalink
add vite commands to build min and unmin versions at same time
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole Greene committed Jul 19, 2024
1 parent a3c2fb7 commit 6cd503e
Show file tree
Hide file tree
Showing 78 changed files with 126,311 additions and 24 deletions.
13 changes: 13 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"presets": [
["@babel/preset-env", {
"targets": {
"chrome": "87",
"edge": "88",
"firefox": "78",
"safari": "14"
}
}]
],
"plugins": ["@babel/plugin-syntax-top-level-await"]
}
Loading

0 comments on commit 6cd503e

Please sign in to comment.