bin
react-scripts.js +0 -0
config
jest
CSSStub.js +2 -0
FileStub.js +2 -0
transform.js +2 -0
babel.dev.js +18 -12
babel.prod.js +19 -11
env.js +2 -0
eslint.js +5 -4
paths.js +57 -49
polyfills.js +15 -0
webpack.config.dev.js +39 -20
webpack.config.prod.js +47 -23
global-cli
index.js +21 -8
package.json +5 -1
scripts
utils
WatchMissingNodeModulesPlugin.js +2 -0
chrome.applescript +10 -5
createJestConfig.js +17 -8
prompt.js +2 -0
build.js +12 -10
eject.js +10 -8
init.js +47 -16
start.js +69 -16
test.js +3 -3
tasks
cra.sh +91 -0
e2e.sh +97 -39
release.sh +34 -6
template
src
__tests__
App-test.js +0 -11
App.test.js +8 -0
favicon.ico +0 -0
README.md +406 -51
gitignore +3 -0
index.html +1 -0
CHANGELOG.md +147 -0
CONTRIBUTING.md +47 -11
README.md +16 -4
npm-debug.log +45 -0
package.json +28 -28
bin/react-scripts.js
100644 → 100755
+ 0
- 0
File mode changed from 100644 to 100755
+ 2
- 0
+ 2
- 0
+ 2
- 0
@@ -5,6 +6,7 @@
+ 18
- 12
@@ -6,37 +7,42 @@
+ 19
- 11
@@ -6,36 +7,43 @@
+ 2
- 0
@@ -6,6 +7,7 @@
+ 5
- 4
@@ -6,6 +7,7 @@
@@ -21,7 +23,7 @@ module.exports = {
@@ -45,7 +47,7 @@ module.exports = {
@@ -62,7 +64,6 @@ module.exports = {
@@ -116,13 +117,13 @@ module.exports = {
+ 57
- 49
@@ -6,63 +7,70 @@
+ 15
- 0
@@ -8,3 +19,7 @@ if (typeof Promise === 'undefined') {
+ 39
- 20
@@ -6,6 +7,7 @@
@@ -65,18 +67,21 @@ module.exports = {
@@ -91,7 +96,7 @@ module.exports = {
@@ -99,7 +104,7 @@ module.exports = {
@@ -111,36 +116,51 @@ module.exports = {
@@ -168,7 +188,6 @@ module.exports = {
+ 47
- 23
@@ -6,6 +7,7 @@
@@ -60,18 +62,21 @@ module.exports = {
@@ -86,7 +91,7 @@ module.exports = {
@@ -94,7 +99,7 @@ module.exports = {
@@ -113,40 +118,60 @@ module.exports = {
@@ -175,7 +200,6 @@ module.exports = {