Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
Upgrade to webpack 4 and use react-scripts over custom configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarv committed Oct 20, 2018
1 parent a6d1299 commit b308a68
Show file tree
Hide file tree
Showing 31 changed files with 6,074 additions and 4,090 deletions.
11 changes: 5 additions & 6 deletions .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#this is the base config, do NOT edit this with your local changes. do that in .env.local, which shouldn't be tracked by git
PUBLIC_URL=https://boilermake.org
BM_REACT_APP_API_BASE_URL=https://api.stage.boilermake.org/v1
BM_REACT_APP_GOOGLE_ANALYTICS_ID=UA-00000000-1
BM_REACT_APP_DEBUG_MODE=true
BM_REACT_APP_GITHUB_CLIENT_ID=
BM_REACT_APP_ALLOW_SIGNUPS=false
REACT_APP_API_BASE_URL=https://api.stage.boilermake.org/v1
REACT_APP_GOOGLE_ANALYTICS_ID=UA-00000000-1
REACT_APP_DEBUG_MODE=true
REACT_APP_GITHUB_CLIENT_ID=
REACT_APP_ALLOW_SIGNUPS=false
6 changes: 6 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#this is the base config, do NOT edit this with your local changes. do that in .env.local, which shouldn't be tracked by git
REACT_APP_API_BASE_URL=https://api.stage.boilermake.org/v1
REACT_APP_GOOGLE_ANALYTICS_ID=UA-00000000-1
REACT_APP_DEBUG_MODE=true
REACT_APP_GITHUB_CLIENT_ID=
REACT_APP_ALLOW_SIGNUPS=false
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
cache: yarn
node_js:
- 6
- 10
install:
- pip install --user awscli
- yarn
Expand Down Expand Up @@ -31,4 +31,4 @@ after_deploy:
# Allow `awscli` to make requests to CloudFront.
- aws configure set preview.cloudfront true
# Invalidate every object in the targeted distribution.
- aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/*"
- aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/*"
69 changes: 0 additions & 69 deletions config/env.js

This file was deleted.

14 changes: 0 additions & 14 deletions config/jest/cssTransform.js

This file was deleted.

12 changes: 0 additions & 12 deletions config/jest/fileTransform.js

This file was deleted.

77 changes: 0 additions & 77 deletions config/paths.js

This file was deleted.

16 changes: 0 additions & 16 deletions config/polyfills.js

This file was deleted.

Loading

0 comments on commit b308a68

Please sign in to comment.