Skip to content

Repository files navigation

theme-dev-plugin

A vite plugin for Typlog theme development.

import{defineConfig}from"vite"importtailwindfrom"@tailwindcss/vite"import{themeDevServer}from"@typlog/theme-dev-plugin/vite"exportdefaultdefineConfig({plugins: [tailwind(),themeDevServer(),],build: {minify: true,cssCodeSplit: true,outDir: 'static',lib: {entry: ['src/index.js','src/index.css','src/content.css','src/page.css',],formats: ['es'],fileName: (_,name)=>`${name}.js`,}}})

About

A vite plugin for Typlog theme development

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages