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.
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.