pwa updates

This commit is contained in:
Steve Ruiz 2021-11-05 21:14:12 +00:00
parent ec3dae085c
commit 8a436aa9c3
4 changed files with 10 additions and 6 deletions

View file

@ -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',

View file

@ -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,

View file

@ -1,3 +1,7 @@
## 0.1.3
- Update dependencies
## 0.1.2
- Improve migrations.

View file

@ -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"
}
}