Skip to content

Commit 1a5a0a3

Browse files
EnoahNetzachjarlef
authored andcommitted
Move the remove-on-eject-end tag at the end of the file (facebook#978)
1 parent 8485e50 commit 1a5a0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/config/paths.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ module.exports = {
7070
ownNodeModules: resolveOwn('../node_modules'),
7171
nodePaths: nodePaths
7272
};
73-
// @remove-on-eject-end
7473

7574
// config before publish: we're in ./packages/react-scripts/config/
7675
if (__dirname.indexOf(path.join('packages', 'react-scripts', 'config')) !== -1) {
@@ -88,3 +87,4 @@ if (__dirname.indexOf(path.join('packages', 'react-scripts', 'config')) !== -1)
8887
nodePaths: nodePaths
8988
};
9089
}
90+
// @remove-on-eject-end

0 commit comments

Comments
 (0)