Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Webpack to Vite build system #2507

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

Migrate Webpack to Vite build system #2507

wants to merge 10 commits into from

Commits on Sep 20, 2024

  1. Basic installation of vite

    Signed-off-by: Christian Wolf <[email protected]>
    Christian Wolf authored and christianlupus committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    09b33b7 View commit details
    Browse the repository at this point in the history
  2. Make app compatible with Vite

    Signed-off-by: Christian Wolf <[email protected]>
    Christian Wolf authored and christianlupus committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    50ab43b View commit details
    Browse the repository at this point in the history
  3. Remove Webpack

    Signed-off-by: Christian Wolf <[email protected]>
    Christian Wolf authored and christianlupus committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    63a5598 View commit details
    Browse the repository at this point in the history
  4. Ignore CSS folder

    Christian Wolf authored and christianlupus committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c788c3e View commit details
    Browse the repository at this point in the history
  5. Add Vite bundle analyzer to project

    Signed-off-by: Christian Wolf <[email protected]>
    Christian Wolf authored and christianlupus committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    07206ee View commit details
    Browse the repository at this point in the history
  6. Fix typo in Vue file

    Signed-off-by: Christian Wolf <[email protected]>
    Christian Wolf authored and christianlupus committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b8ce22f View commit details
    Browse the repository at this point in the history
  7. Make prettier happy

    Signed-off-by: Christian Wolf <[email protected]>
    Christian Wolf authored and christianlupus committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    10e8ce5 View commit details
    Browse the repository at this point in the history
  8. Update other dependencies

    Signed-off-by: Christian Wolf <[email protected]>
    Christian Wolf authored and christianlupus committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fac4b10 View commit details
    Browse the repository at this point in the history
  9. Make stylelint config a CommonJS file explicitly

    Signed-off-by: Christian Wolf <[email protected]>
    Christian Wolf authored and christianlupus committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2e2808b View commit details
    Browse the repository at this point in the history
  10. Fix package.json style

    Signed-off-by: Christian Wolf <[email protected]>
    Christian Wolf authored and christianlupus committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    21c30e1 View commit details
    Browse the repository at this point in the history