I typed dir /s/b systemjs.config.js into the Windows command line from the root directory of a new Angular app that was installed by Angular CLI, but the Windows command line responded by saying File Not Found.
Is SystemJS installed by default by Angular CLI? If yes, how do I find its config file? If not, what is used instead?
systemjs.config.jsin the first place. There isn't a webpack config file unless young eject.