diff --git a/packages/react-scripts/config/paths.js b/packages/react-scripts/config/paths.js index 89cd2059cd7..d15b16a0544 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