Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Update Vite to 4.0.4 #7369

Merged
merged 3 commits into from
Jan 13, 2023
Merged

Update Vite to 4.0.4 #7369

merged 3 commits into from
Jan 13, 2023

Conversation

dinomut1
Copy link
Member

We're far behind current version of Vite.
Currently blocked by esm error with the LruCache object that we use for logging, imported from @digitalcredentials/lru-memoize

@barankyle barankyle linked an issue Jan 12, 2023 that may be closed by this pull request
@barankyle barankyle marked this pull request as ready for review January 12, 2023 02:28
@barankyle barankyle force-pushed the vite-4.0.2 branch 2 times, most recently from 401a0a3 to c99e921 Compare January 12, 2023 19:20
@barankyle barankyle changed the title Update Vite to 4.0.2 Update Vite to 4.0.4 Jan 12, 2023
Had to replace some references to process.env since vite 3/4 use import.meta now,
and will hard-replace process.env in some files with {}.

digitialcredentials/lru-memoize replace with lru-cache package.
@HexaField HexaField merged commit 6ae52b9 into dev Jan 13, 2023
@HexaField HexaField deleted the vite-4.0.2 branch January 13, 2023 02:21
dinomut1 added a commit that referenced this pull request Jan 23, 2023
* Updated vite to 4.0.4

Had to replace some references to process.env since vite 3/4 use import.meta now,
and will hard-replace process.env in some files with {}.

digitialcredentials/lru-memoize replace with lru-cache package.

* update deprecated scss inline import

* fix volumetric and face api workers

Co-authored-by: HexaField <joshfield999@gmail.com>
dinomut1 added a commit that referenced this pull request Jan 23, 2023
* Updated vite to 4.0.4

Had to replace some references to process.env since vite 3/4 use import.meta now,
and will hard-replace process.env in some files with {}.

digitialcredentials/lru-memoize replace with lru-cache package.

* update deprecated scss inline import

* fix volumetric and face api workers

Co-authored-by: HexaField <joshfield999@gmail.com>
dinomut1 added a commit that referenced this pull request Jan 23, 2023
* Updated vite to 4.0.4

Had to replace some references to process.env since vite 3/4 use import.meta now,
and will hard-replace process.env in some files with {}.

digitialcredentials/lru-memoize replace with lru-cache package.

* update deprecated scss inline import

* fix volumetric and face api workers

Co-authored-by: HexaField <joshfield999@gmail.com>
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.

Update to vite 4
2 participants