I'm pretty new to webpack and I'd like to use Bootstrap 3. So I added bootstrap and jquery typings to the project but when I add ``` import 'bootstrap'; ``` and then npm start server I get **'jQuery' is undefined (in console)** Could anyone help?
I'm pretty new to webpack and I'd like to use Bootstrap 3. So I added bootstrap and jquery typings to the project but when I add
and then npm start server I get
'jQuery' is undefined (in console)
Could anyone help?