Created by: IdanCo
Summary
Add a guide to the official docs on how to integrate Bootstrap with Webpack.
Motivation
- Webpack's popularity is growing, but there's a lack of reliable up-to-date resources on how to integrate it with Bootstrap
- Following @mdo question in #22196 (closed)
Background
During the past few months i've been integrating bootstrap into several new and existing projects using webpack version 2. This led me to conduct a thorough research and tests on the best practices to achieve this integration. The results of these efforts are in this guide.
Technical
Check out a sample project which implements the steps detailed in this guide - https://github.com/IdanCo/webpack-modular/tree/bootstrap4