File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
packages/react-scripts/config Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,10 @@ const getCSSModuleLocalIdent = require('react-dev-utils/getCSSModuleLocalIdent')
20
20
const getClientEnvironment = require ( './env' ) ;
21
21
const paths = require ( './paths' ) ;
22
22
const ManifestPlugin = require ( 'webpack-manifest-plugin' ) ;
23
- const getCacheIdentifier = require ( 'react-dev-utils/getCacheIdentifier' ) ;
24
23
const ModuleNotFoundPlugin = require ( 'react-dev-utils/ModuleNotFoundPlugin' ) ;
24
+ // @remove -on-eject-begin
25
+ const getCacheIdentifier = require ( 'react-dev-utils/getCacheIdentifier' ) ;
26
+ // @remove -on-eject-end
25
27
26
28
// Webpack uses `publicPath` to determine where the app is being served from.
27
29
// In development, we always serve from the root. This makes config easier.
Original file line number Diff line number Diff line change @@ -24,8 +24,10 @@ const ModuleScopePlugin = require('react-dev-utils/ModuleScopePlugin');
24
24
const getCSSModuleLocalIdent = require ( 'react-dev-utils/getCSSModuleLocalIdent' ) ;
25
25
const paths = require ( './paths' ) ;
26
26
const getClientEnvironment = require ( './env' ) ;
27
- const getCacheIdentifier = require ( 'react-dev-utils/getCacheIdentifier' ) ;
28
27
const ModuleNotFoundPlugin = require ( 'react-dev-utils/ModuleNotFoundPlugin' ) ;
28
+ // @remove -on-eject-begin
29
+ const getCacheIdentifier = require ( 'react-dev-utils/getCacheIdentifier' ) ;
30
+ // @remove -on-eject-end
29
31
30
32
// Webpack uses `publicPath` to determine where the app is being served from.
31
33
// It requires a trailing slash, or the file assets will get an incorrect path.
You can’t perform that action at this time.
0 commit comments