how to add different externals for different entry points (webpack)
For example, I have this config: I want to tell Webpack that this external is just for app.js and not for preview.js. is there a way to do that with externals or some other plugins.