File tree 1 file changed +4
-2
lines changed
packages/@angular/cli/models/webpack-configs
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,8 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
125
125
}
126
126
127
127
if ( asset . allowOutsideReadDir ) {
128
- console . log ( chalk . yellow ( 'The allowOutsideReadDir option is on that could be a security risk' ) ) ;
128
+ console . log ( chalk . yellow ( 'The allowOutsideReadDir option'
129
+ + ' is on that could be a security risk' ) ) ;
129
130
}
130
131
131
132
// Ensure trailing slash.
@@ -199,7 +200,8 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
199
200
: 'rxjs/_esm5/path-mapping' ;
200
201
const rxPaths = requireProjectModule ( projectRoot , rxjsPathMappingImport ) ;
201
202
alias = rxPaths ( nodeModules ) ;
202
- } catch ( e ) { }
203
+ } catch ( e ) {
204
+ }
203
205
204
206
// Allow loaders to be in a node_modules nested inside the CLI package
205
207
const loaderNodeModules = [ 'node_modules' ] ;
You can’t perform that action at this time.
0 commit comments