I recently updated the file extensions for my application files, including app/app.js.
Error: Cannot find module 'app/app.js' from 'app_folder'
The error message doesn't specify which file I need to locate to resolve the issue.
I attempted to search using git grep
and researched Angular2's entry points to determine where it is being loaded from, but I haven't had any success so far.