From 445048b3c80b8fc1dee4dc891613d337a6546702 Mon Sep 17 00:00:00 2001 From: Fabrizio Castellarin <f.castellarin@gmail.com> Date: Sun, 20 Nov 2016 19:34:18 +0100 Subject: [PATCH] Move the remove-on-eject-end tag at the end of the file (#978) --- 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 89cd2059c..d15b16a05 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 -- GitLab