/ concept-collection / remote-hdf5-lazy-read
Sign in
concept-collection / remote-hdf5-lazy-read
remote-hdf5-lazy-read / vite.config.ts
9 lines · 240 BCodeBlameHistory
d9fc1b2Demonstrate lazy reading of remote HDF5/NWB files (direct h5wasm + LINDI)magland 1import { defineConfig } from "vite";
2import react from "@vitejs/plugin-react";
4// https://vite.dev/config/
5export default defineConfig({
6 plugins: [react()],
55360eeUse a relative base so the build works at any mount pointowner 7 // Relative base, so the build works wherever it is mounted
8 base: "./",
moveopenescclose