File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @karambasecurity/react-scripts" ,
3
- "version" : " 1.0.17-kar.11 " ,
3
+ "version" : " 1.0.17-kar.12 " ,
4
4
"description" : " Configuration and scripts for Create React App." ,
5
5
"repository" : " Pavek/create-react-app" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ measureFileSizesBeforeBuild(paths.appBuild)
64
64
. then (
65
65
( { stats, previousFileSizes, warnings } ) => {
66
66
if ( warnings . length ) {
67
- console . log ( chalk . yellow ( '[Client ] Compiled with warnings.\n' ) ) ;
67
+ console . log ( chalk . yellow ( '[client ] Compiled with warnings.\n' ) ) ;
68
68
console . log ( warnings . join ( '\n\n' ) ) ;
69
69
console . log (
70
70
'\nSearch for the ' +
@@ -78,10 +78,10 @@ measureFileSizesBeforeBuild(paths.appBuild)
78
78
) ;
79
79
} else {
80
80
const { time } = stats . toJson ( { timings : true } ) ;
81
- console . log ( chalk . green ( '[Client ] Compiled successfully after' ) , chalk . white ( time + ' ms' ) ) ;
81
+ console . log ( chalk . green ( '[client ] Compiled successfully after' ) , chalk . white ( time + ' ms' ) ) ;
82
82
}
83
83
84
- console . log ( '[Client ] File sizes after gzip:' ) ;
84
+ console . log ( '[client ] File sizes after gzip:' ) ;
85
85
printFileSizesAfterBuild (
86
86
stats ,
87
87
previousFileSizes ,
@@ -112,7 +112,7 @@ measureFileSizesBeforeBuild(paths.appBuild)
112
112
113
113
// Create the production build and print the deployment instructions.
114
114
function build ( previousFileSizes ) {
115
- console . log ( '[Client ] Creating an optimized production build...' ) ;
115
+ console . log ( '[client ] Creating an optimized production build...' ) ;
116
116
117
117
let compiler = webpack ( config ) ;
118
118
return new Promise ( ( resolve , reject ) => {
You can’t perform that action at this time.
0 commit comments