From 4f1a4a2391b3f44e862dfeddf07c5fc2b25337d1 Mon Sep 17 00:00:00 2001 From: Enoah Netzach Date: Fri, 28 Oct 2016 15:39:54 +0200 Subject: [PATCH] Move the remove-on-eject-end tag at the end of the file --- packages/react-scripts/config/paths.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/config/paths.js b/packages/react-scripts/config/paths.js index 1c154c36164..d61845e8cb2 100644 --- a/packages/react-scripts/config/paths.js +++ b/packages/react-scripts/config/paths.js @@ -68,7 +68,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) { @@ -85,3 +84,4 @@ if (__dirname.indexOf(path.join('packages', 'react-scripts', 'config')) !== -1) nodePaths: nodePaths }; } +// @remove-on-eject-end