File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
packages/react-scripts/scripts Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -101,19 +101,12 @@ checkBrowsers(paths.appPath, isInteractive)
101
101
const appName = require ( paths . appPackageJson ) . name ;
102
102
103
103
const useTypeScript = fs . existsSync ( paths . appTsConfig ) ;
104
- const tscCompileOnError = process . env . TSC_COMPILE_ON_ERROR === 'true' ;
105
104
const urls = prepareUrls (
106
105
protocol ,
107
106
HOST ,
108
107
port ,
109
108
paths . publicUrlOrPath . slice ( 0 , - 1 )
110
109
) ;
111
- const devSocket = {
112
- warnings : warnings =>
113
- devServer . sockWrite ( devServer . sockets , 'warnings' , warnings ) ,
114
- errors : errors =>
115
- devServer . sockWrite ( devServer . sockets , 'errors' , errors ) ,
116
- } ;
117
110
// Create a webpack compiler that is configured with custom messages.
118
111
const compiler = createCompiler ( {
119
112
appName,
You can’t perform that action at this time.
0 commit comments