Skip to content

Commit

Permalink
Initial commit of webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
tc-mccarthy committed Jun 18, 2022
1 parent 05ab436 commit 880084e
Show file tree
Hide file tree
Showing 18 changed files with 4,541 additions and 72 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"]
}
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
node_modules
bin
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
public/
node_modules/
bin/
Loading

0 comments on commit 880084e

Please sign in to comment.