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

Upgrade to webpack 4 and use react-scripts over custom configs #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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