pwa updates
This commit is contained in:
parent
ec3dae085c
commit
8a436aa9c3
4 changed files with 10 additions and 6 deletions
|
@ -17,7 +17,7 @@ async function main() {
|
|||
try {
|
||||
esbuild.buildSync({
|
||||
entryPoints: ['./src/index.tsx'],
|
||||
outdir: 'dist',
|
||||
outfile: 'dist/index.js',
|
||||
minify: true,
|
||||
bundle: true,
|
||||
format: 'cjs',
|
||||
|
|
|
@ -15,8 +15,8 @@ async function main() {
|
|||
await esbuildServe(
|
||||
{
|
||||
entryPoints: ['src/index.tsx'],
|
||||
outfile: 'dist/index.js',
|
||||
bundle: true,
|
||||
outfile: 'dist/bundle.js',
|
||||
minify: false,
|
||||
sourcemap: true,
|
||||
incremental: true,
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 0.1.3
|
||||
|
||||
- Update dependencies
|
||||
|
||||
## 0.1.2
|
||||
|
||||
- Improve migrations.
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#fafafa",
|
||||
"background_color": "#fafafa",
|
||||
"start_url": "/",
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"start_url": "/shhh",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue