Decide whether we want to keep the javascript bundle structure of deps.js, plugins.js, camunda-*-ui.js
The native Webpack approach would be to bundle everything into one single bundle instead of multiple bundles
Collect pros and cons and decide on the best bundle structure
Depending on the bundle structure, decide where the third-party library license headers are located; previously, most of them (but not all, see CAM-14493) are present in the deps.js bundle
Webpack's native approach is to store the license headers in a [name].js.LICENSE.txt file