Webpack and external (vendor) .css – Twitter bootstrap
I'm slowly bringing Webpack into an existing project. At this point we won't require .css files. However, I would like Webpack to still process them. I would like Webpack to just load the file, pass it to whatever .css loader…