File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-ssr" ,
3
- "version" : " 0.10.10 " ,
3
+ "version" : " 0.10.11 " ,
4
4
"description" : " Angular server-side rendering implementation" ,
5
5
"main" : " build/index.js" ,
6
6
"typings" : " build/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ const parseCommandLine = () => {
137
137
138
138
options . on ( 'inline' , value => enableInline = value == null ? true : value ) ;
139
139
140
- options . on ( 'blacklist' , value => blacklist = value == null ? false : value ) ;
140
+ options . on ( 'blacklist' , value => blacklist = value == null ? true : value ) ;
141
141
142
142
return options . parse ( process . argv ) ;
143
143
} ;
@@ -223,4 +223,4 @@ const parsePreboot = (json: string): PrebootConfiguration | boolean => {
223
223
}
224
224
225
225
return options ;
226
- }
226
+ }
You can’t perform that action at this time.
0 commit comments