2b7d1250f4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
178 B
TypeScript
10 lines
178 B
TypeScript
import { defineConfig } from "vite-plus";
|
|
|
|
export default defineConfig({
|
|
pack: {
|
|
entry: ["src/index.ts", "src/hmr-loader.ts"],
|
|
format: "esm",
|
|
shims: true,
|
|
},
|
|
});
|