Skip to content

Commit

Permalink
adicionando mais requests e adicionando webpack para compilar o teste
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianoalves committed Aug 26, 2021
1 parent 1f23c7a commit 0c11fcf
Show file tree
Hide file tree
Showing 10 changed files with 5,665 additions and 24 deletions.
11 changes: 11 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "usage",
"corejs": 3
}
]
]
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.idea
.idea
dist
Loading

0 comments on commit 0c11fcf

Please sign in to comment.