UNPKG

cozy-iiif

Version:

A developer-friendly collection of abstractions and utilities built on top of @iiif/presentation-3 and @iiif/parser

17 lines (16 loc) 345 B
import { defineConfig } from 'vite'; export default defineConfig({ build: { lib: { entry: { 'index': './src/index.ts', 'helpers/index': './src/helpers/index.ts', 'level-0/index': './src/level-0/index.ts', }, formats: ['es'] }, rollupOptions: { external: ['image-size'] } } });