I have an application and I want to perform bundling for same. However unlike single bundle for everything , I want to create seperate bundle for application logic and third party libs , is that possible in webpack?
Asked
Active
Viewed 16 times
0
-
1https://webpack.js.org/guides/code-splitting/ – jonrsharpe Feb 01 '21 at 14:58
-
Does this answer your question? [How to bundle vendor scripts separately and require them as needed with Webpack?](https://stackoverflow.com/questions/30329337/how-to-bundle-vendor-scripts-separately-and-require-them-as-needed-with-webpack) – mousetail Feb 01 '21 at 15:00