From ca4a4e4e9e2da698732a94239a60ea3ac18bd0a3 Mon Sep 17 00:00:00 2001 From: moocss Date: Fri, 28 Apr 2017 15:06:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9appSrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/paths.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config/paths.js b/src/config/paths.js index 3b3d0b0..92d0af2 100755 --- a/src/config/paths.js +++ b/src/config/paths.js @@ -13,8 +13,7 @@ export default function getPaths (cwd) { } return { - appSrc: resolveApp('react'), - // appSrc: resolveApp('src'), + appSrc: resolveApp('src'), appBuild: resolveApp('dist'), appPublic: resolveApp('public'), appPackageJson: resolveApp('package.json'),