Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Vite update #41

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Vite update #41

wants to merge 6 commits into from

Conversation

FossPrime
Copy link

@FossPrime FossPrime commented Jun 3, 2022

vue-cli is completely deprecated and prevents this starter app from running in StackBlitz. I'm not using any 3.0 features so we could downgrade to 2.0 without issue.

Here it is running on StackBlitz
https://stackblitz.com/edit/public-sakai?file=package.json

There are A LOT of unused code files, such as themes and xlarge customer data that could be trimmed up in a future update. StackBlitz crashes right after displaying because we have tons of files in the public directory, which Vite copies to cache in parallel and that overwhelms browser Node FS. A quick fix is to delete the images folder or most of it's files and use the github hosted ones instead.

@muhdammar muhdammar mentioned this pull request Jul 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant