1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 05:15:02 +00:00
mon-entreprise/site/vite-iframe-script.config.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
281 B
TypeScript
Raw Normal View History

2022-01-28 10:20:54 +01:00
import { defineConfig } from 'vite'
export default defineConfig({
build: {
lib: {
entry: './source/iframe-integration-script.js',
name: 'monEntrepriseIframe',
formats: ['iife'],
fileName: (f) => 'simulateur-iframe-integration.js',
},
emptyOutDir: false,
},
})