Skip to content

Commit

Permalink
code splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebones committed Apr 28, 2021
1 parent 3391219 commit 1d3522d
Show file tree
Hide file tree
Showing 13 changed files with 1,003 additions and 375 deletions.
11 changes: 1 addition & 10 deletions client/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@
}


# server {
#listen 8000;

# location /graphql {
# proxy_pass http://server:8000/graphql;

#}


#}



219 changes: 219 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@
"react-currency-input": "^1.3.6",
"react-datepicker": "^3.6.0",
"react-dom": "^17.0.1",
"react-error-boundary": "^3.1.1",
"react-icons": "^4.2.0",
"react-loadable": "^5.5.0",
"react-modal": "^3.12.1",
"react-number-format": "^4.4.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-tabs": "^3.2.0",
"recoil": "^0.1.3",
"source-map-explorer": "^2.5.2",
"store": "^2.0.12",
"styled-components": "^5.2.1",
"underscore": "^1.12.0",
Expand All @@ -40,7 +43,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"analyze": "source-map-explorer build/static/js/main.*"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
Loading

0 comments on commit 1d3522d

Please sign in to comment.