[READ-ONLY] Mirror of https://github.com/danielroe/cross-origin-storage. Load shared dependencies from Cross-Origin Storage (COS).
cross-origin-storage
experimental
nuxt
vite
vite-plugin
1import { defineConfig } from 'tsdown'
2
3export default defineConfig({
4 entry: ['src/index.ts', 'src/loader.entry.ts'],
5 format: ['es'],
6 dts: true,
7 // The loader entry is bundled by the plugin at build time via rolldown, so it
8 // must be emitted as a standalone file rather than inlined into the plugin.
9 unbundle: true,
10})