I am using Angular 4.
@angular/core: 4.3.6
I am looking into using expose-loader to expose jQuery as a global variable. And multiple answers suggest using expose-loader by installing and editing the
webpack.config.js
file.
Although, I can't seem to locate it in my angular 4 app file tree.
Any thoughts?