At the moment I'm trying to build a prototype of my idea, and bought a Bootstrap theme on Themeforest. Being a Frontend noob that I am, I can't seem to find concrete information how to produce vendor.js
and vendor.css
from the theme's provided assets directory.
So far, these seems the most reliable sources:
- https://webpack.js.org/plugins/split-chunks-plugin/
- https://medium.com/@hpux/webpack-4-in-production-how-make-your-life-easier-4d03e2e5b081
- https://medium.com/webpack/webpack-4-code-splitting-chunk-graph-and-the-splitchunks-optimization-be739a861366
Any config example or some sort of detail guide would be really helpful!
Thank you!