Skip to content

Remove Vue from main bundle and disable production warnings

What does this MR do?

Solves #30151 (closed) and fixes an issue where Vue and pipelines_table.js were unintentionally being included in the main.js bundle due to an unexpected side effect of !10056 (merged)

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

All tests should pass as before.

Why was this MR needed?

see above

Screenshots (if relevant)

before:
before

after: after

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #30151 (closed)

Merge request reports