Skip to content

WIP: Resolve "Ensure all webpack bundles which include Vue are children of common_vue.js"

What does this MR do?

makes all bundles which import Vue from 'vue'; children of the common_vue bundle to prevent duplicate libraries and annoying console warnings.

Are there points in the code the reviewer needs to double check?

nope

Why was this MR needed?

👆

Screenshots (if relevant)

before:

Screen_Shot_2017-05-08_at_10.02.01_AM

after:

TBD

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #31977 (closed)

Merge request reports