mirror of
https://github.com/multipleof4/sune.git
synced 2026-01-13 16:17:55 +00:00
Refactor: Split index.html into partials
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import { VitePWA } from 'vite-plugin-pwa'
|
||||
import { createHtmlPlugin } from 'vite-plugin-html'
|
||||
|
||||
export default defineConfig({
|
||||
build:{ minify:false },
|
||||
plugins:[
|
||||
createHtmlPlugin(),
|
||||
VitePWA({
|
||||
registerType:'autoUpdate',
|
||||
manifest:{
|
||||
|
||||
Reference in New Issue
Block a user