Actions
Bug #23215
closedKeep original plugin names in webpack plugin bundle
Status:
Closed
Priority:
Normal
Assignee:
Category:
JavaScript stack
Target version:
Difficulty:
Triaged:
Description
Currently the webpack config is shortening the name of the js bundles for plugins. E.g, foreman_remote_execution becomes remoteexecution, and so on.
This becomes hard to deal with when we want to figure out which plugin contains the source for each bundle.
Related to #23147
Actions