diff --git a/packages/react-scripts/config/paths.js b/packages/react-scripts/config/paths.js
index 89cd2059cd71020599202d9686f155eb82562d84..d15b16a054420355f7a820d1eabd24f365ff809a 100644
--- a/packages/react-scripts/config/paths.js
+++ b/packages/react-scripts/config/paths.js
@@ -70,7 +70,6 @@ module.exports = {
   ownNodeModules: resolveOwn('../node_modules'),
   nodePaths: nodePaths
 };
-// @remove-on-eject-end
 
 // config before publish: we're in ./packages/react-scripts/config/
 if (__dirname.indexOf(path.join('packages', 'react-scripts', 'config')) !== -1) {
@@ -88,3 +87,4 @@ if (__dirname.indexOf(path.join('packages', 'react-scripts', 'config')) !== -1)
     nodePaths: nodePaths
   };
 }
+// @remove-on-eject-end