UNPKG
@vite-pwa/create-pwa
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
0.0.1
PWA Templates
github.com/vite-pwa/create-pwa
vite-pwa/create-pwa
@vite-pwa/create-pwa
/
templates
/
template-react
/
pwa-assets.config.js
13 lines
(11 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import { defineConfig, minimal2023Preset
as
preset, }
from
'@vite-pwa/assets-generator/config'
export
default
defineConfig
({
headLinkOptions
: {
preset
:
'2023'
, }, preset,
images
: [
'public/favicon.svg'
], })