Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 452 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 452 Bytes

orbit-record-cache-import-test

Repository used to resolve issue with importing @orbit/record-cache with Vite.

Run Vite dev server to see the error.

Tested with Node.js 14.16.1 and Chrome 91.0.4472.124.

Issue: orbitjs/orbit#861

Usage

Install dependencies:

npm i

Run Vite dev server:

npm run dev

Build main.ts:

npm run build

Run Express server to compare with dev:

npm run server