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

Build: replace webpack/vue-cli with vite #891

Merged
merged 3 commits into from
Sep 23, 2023
Merged

Commits on Sep 21, 2023

  1. build (experimental): switch to vue 2.7 and vite

    seems to be working after messing with vite config enough and removing
    requires
    
    still more to rip out (jest, etc.) and tsconfig/linting needs to be
    fixed
    
    [no ci]
    sgfost committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4dbdf68 View commit details
    Browse the repository at this point in the history
  2. fix: add vitest, package upgrades and shuffling

    pinned sass to 1.64 so it doesnt complain about deprecated stuff in
    bootstrap 4 which we cant really upgrade from anytime soon
    
    remove/move around some other deps
    sgfost committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    aee0b2e View commit details
    Browse the repository at this point in the history
  3. test: remove jest mock

    sgfost committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ab80c17 View commit details
    Browse the repository at this point in the history