gowravshekar / bootstrap-webpack

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

Can I move bootstrap to a "dll" bundle with bootstrap-webpack and DllPlugin? #30

Closed Array-Huang closed 7 years ago

Array-Huang commented 7 years ago

I found that my webpack building slow down when I using bootstrap-webpack to build bootstrap. I consider if I can build bootstrap inside a "dll" bundle with bootstrap-webpack and DllPlugin, because it will save a lot of time from webpack building.

Have anybody tried this idea? Plz let me know, thanks.