-
Bug
-
Resolution: Won't Fix
-
Major
-
-
Blue Ocean 1.2-beta2
Bundled are generated in a sub optimal way. One side effect is there could be multiple submodules of popular libraries appearing in different bundles.
- depends on
-
JENKINS-39657 Runtime JavaScript bundle analyser for Chrome Dev Tools
-
- Resolved
-
- is related to
-
JENKINS-38013 Profile and minifi blue ocean loading
-
- Closed
-
- relates to
-
JENKINS-47673 Current BO Master forces third party bo based plugins to use the exact versions of npm deps
-
- Closed
-
There's also another related scenario that needs to be covered here, which is when one or more different versions of a package to be externalized end up in the node_modules of package in node_modules (i.e. npm trying to handle conflicting versions of the package) e.g. /node_modules/@jenkins-cd/blueocean-core-js/node_modules/react/react.js because @jenkins-cd/blueocean-core-js depends on a specific version of react that is not the same as the top level installed version of react ( in /node_modules/react ).