Skip to content

Commit

Permalink
Move the remove-on-eject-end tag at the end of the file (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnoahNetzach authored and gaearon committed Nov 20, 2016
1 parent ff7e22e commit 445048b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/config/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -88,3 +87,4 @@ if (__dirname.indexOf(path.join('packages', 'react-scripts', 'config')) !== -1)
nodePaths: nodePaths
};
}
// @remove-on-eject-end

0 comments on commit 445048b

Please sign in to comment.