I'm using django with webpack. I'm trying to render a second html template that doesn't include the app bundle.
I don't need the app bundle : enter image description here
I don't use render bundle app in my dashboard template - just dashboard
thats my webpack plugin config
webpack config for for entry point and outputs enter image description here