File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ export class NgCliWebpackConfig {
30
30
this . webpackMaterialE2EConfig = getWebpackMaterialE2EConfig ( this . ngCliProject . root ) ;
31
31
this . webpackDevConfigPartial = getWebpackDevConfigPartial ( this . ngCliProject . root ) ;
32
32
this . webpackProdConfigPartial = getWebpackProdConfigPartial ( this . ngCliProject . root ) ;
33
- this . webpackMobileConfigPartial = getWebpackMobileConfigPartial ( this . ngCliProject . root ) ;
34
- this . webpackMobileProdConfigPartial = getWebpackMobileProdConfigPartial ( this . ngCliProject . root ) ;
35
33
36
34
if ( CliConfig . fromProject ( ) . apps [ 0 ] . mobile ) {
35
+ this . webpackMobileConfigPartial = getWebpackMobileConfigPartial ( this . ngCliProject . root ) ;
36
+ this . webpackMobileProdConfigPartial = getWebpackMobileProdConfigPartial ( this . ngCliProject . root ) ;
37
37
this . webpackDevConfigPartial = webpackMerge ( this . webpackDevConfigPartial , this . webpackMobileConfigPartial ) ;
38
38
this . webpackProdConfigPartial = webpackMerge ( this . webpackProdConfigPartial , this . webpackMobileProdConfigPartial ) ;
39
39
}
You can’t perform that action at this time.
0 commit comments