Skip to content

Add vue version for vite and webpack

Andrew Fontaine requested to merge afontaine/vue-version into main

What does this merge request do and why?

Tracking them separately helps to create two usable but configurations between vite and webpack.

How to set up and validate locally

  1. Ensure Vite is enabled by adding the below configuration in gdk.yml, and set the vue version to 3:
---
vite:
  enabled: true
  vue_version: 3
  1. Check out to this merge request's branch.
  2. Run gdk reconfigure to check if regenerating all configuration is successful.
  3. Do the same, but for a webpack block instead

Impacted categories

The following categories relate to this merge request:

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • Announcement added, if change is notable.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

For gitlab#437910 (closed)

Edited by Toon Claes

Merge request reports