reactjs - How can i create a separate chunk for each component? -


i want plugin can create separate chunk each of components.

is there existing plugin in webpack can achieve functionality?

there commonschunkplugin chunking in webpack, there no option such division out of box. anyway, why need @ all?


Comments

Popular posts from this blog

javascript - How do you prevent nested queries/catches in sequelize? -

ruby on rails - ActiveRecord order not working -

java - ConcurrentModificationException upon committing transaction with Hibernate -