config
paths.js +8 -4
scripts
eject.js +2 -0
start.js +3 -1
+ 8
- 4
@@ -12,6 +12,11 @@
@@ -12,6 +12,11 @@
@@ -23,10 +28,6 @@ var isInCreateReactAppSource = (
@@ -23,10 +28,6 @@ var isInCreateReactAppSource = (
@@ -52,6 +53,7 @@ if (isInCreateReactAppSource) {
@@ -52,6 +53,7 @@ if (isInCreateReactAppSource) {
@@ -61,4 +63,6 @@ if (isInCreateReactAppSource) {
@@ -61,4 +63,6 @@ if (isInCreateReactAppSource) {
+ 2
- 0
@@ -80,6 +80,8 @@ prompt('Are you sure you want to eject? This action is permanent. [y/N]', functi
@@ -80,6 +80,8 @@ prompt('Are you sure you want to eject? This action is permanent. [y/N]', functi
+ 3
- 1
@@ -17,9 +17,10 @@ var config = require('../config/webpack.config.dev');
@@ -17,9 +17,10 @@ var config = require('../config/webpack.config.dev');
@@ -30,6 +31,7 @@ if (isSmokeTest) {
@@ -30,6 +31,7 @@ if (isSmokeTest) {