I'm new to Webpack and using it for an Angular2 project (https://angularclass.github.io/angular2-webpack-starter/).
I'm having a hard time getting jQuery and Semantic-ui to work (both .css and .js) after npm installing it. I suppose it's somewhat problematic because both libraries are not in any module format, and can not simply be require(...)ed or imported
Do I need to include them simply in the index.html as normal , or is there a 'Webpack way' to do this ?