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

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