Skip to content

Draft: refacto: migrate aktivivisda from Webpack to Vite.

Marc-AntoineA requested to merge refacto/vite-migration into main

Description

The objective is to speedup by pre-rendering Aktivisda using SSR. This is also a small/first step for the Vue3 migration

Issues : #67

Checklist before merge :

  • No remaining console.log
  • Version changed if new feature
  • english and french translations if required
  • all eslintConfig rules are on ("2") (except no-useless-escape / vue/no-mutating-props)
  • Test aktivisda and backtivisda

Tests

  • Tests are ok
  • If it’s a bug, a new test added
  • If it’s a new feature, a new test added

Merge request reports