UNPKG

prettier-plugin-ember-template-tag

Version:
15 lines (13 loc) 237 B
import { defineConfig } from 'vite'; export default defineConfig({ build: { rollupOptions: { external: ['content-tag'], }, lib: { entry: 'src/main.ts', formats: ['es'], }, minify: false, }, });