1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-09-02 01:22:52 +02:00

fix sw generation

This commit is contained in:
Kushagra Gour
2022-04-06 20:29:39 +05:30
parent a5c218e0cd
commit b23b632bff
2 changed files with 10 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"description": "A blazing fast & offline web playground",
"scripts": {
"start": "concurrently --kill-others \"gulp start-preview-server\" \"npm run -s dev\"",
"build": "preact build --template src/index.html --prerender false --no-inline-css",
"build": "preact build --template src/index.html --prerender false --no-inline-css --sw false --esm false",
"dev": "preact watch --template src/index.html",
"serve-website": "cd packages/website; npm start",
"build-website": "cd packages/website; npm run build",