WIP: Initial MR discussions work
This MR does the following things,
- Creates initial
discussions.json
for MRs. - Conditionally renders existing MR discussions and new Vue MR discussions behind a cookie flag.
- Cookie name is
vue_mr_discussions
and value should be equal totrue
- Cookie name is
- Creates webpack bundle for MR discussions with an initial console.log.
- Updates JS code to conditionally run old MR discussion related code.
Related with #38178 (closed)
Edited by Fatih Acet