Skip to content

Commit

Permalink
Merge pull request #1 from manhengest/webpack-init
Browse files Browse the repository at this point in the history
webpack init
  • Loading branch information
manhengest committed Sep 21, 2021
2 parents 039e28d + 4b7b749 commit fd88024
Show file tree
Hide file tree
Showing 12 changed files with 13,838 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/coverage

# production
/build
/dist

# misc
.DS_Store
Expand Down
3 changes: 3 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env", "@babel/preset-typescript", "@babel/preset-react"]
}
Loading

0 comments on commit fd88024

Please sign in to comment.