I am new to Webpack and use it for the Angular2 project ( https://angularclass.imtqy.com/angular2-webpack-starter/ ).
It's hard for me to get jQuery and Semantic-ui to work (both .css and .js) after npm install ing. I believe this is somewhat problematic because both libraries are not in any modular format and cannot simply be require(...) ed or import ed
Do I just need to include them in index.html as usual, or is there a "Webpack" way to do this?
source share