Skip to content

Commit cbb99c0

Browse files
EnoahNetzachrandycoulman
authored andcommitted
Move the remove-on-eject-end tag at the end of the file (facebook#978)
1 parent 4db541e commit cbb99c0

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
@@ -73,7 +73,6 @@ module.exports = {
7373
ownNodeModules: resolveOwn('../node_modules'),
7474
nodePaths: nodePaths
7575
};
76-
// @remove-on-eject-end
7776

7877
// config before publish: we're in ./packages/react-scripts/config/
7978
if (__dirname.indexOf(path.join('packages', 'react-scripts', 'config')) !== -1) {
@@ -91,3 +90,4 @@ if (__dirname.indexOf(path.join('packages', 'react-scripts', 'config')) !== -1)
9190
nodePaths: nodePaths
9291
};
9392
}
93+
// @remove-on-eject-end

0 commit comments

Comments
 (0)