1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-29 07:50:01 +02:00

remove html minification

This commit is contained in:
Kushagra Gour
2018-06-16 15:25:26 +05:30
parent 3c5c8b012b
commit febf821f87
2 changed files with 7 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"description": "A blazing fast & offline web playground",
"scripts": {
"start": "if-env NODE_ENV=production && npm run -s serve || npm run -s dev",
"build": "preact build",
"build": "preact build --template src/index.html --no-prerender",
"serve": "preact build && preact serve",
"dev": "preact watch --template src/index.html --https --no-prerender",
"lint": "eslint src",