gowravshekar / bootstrap-webpack

bootstrap package for webpack
MIT License
136 stars 22 forks source link

For us newbies, where do I put require("bootstrap-webpack"); #40

Closed bbsimonbb closed 7 years ago

bbsimonbb commented 7 years ago

In the readme, can someone please take 10 secs to tell us where this line goes. If I knew, I'd do it myself! Thanks.

gowravshekar commented 7 years ago

You can include require("bootstrap-webpack"); in any of your entry files.

bbsimonbb commented 7 years ago

Ok thanks. Closing.