1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-16 19:46:19 +02:00

Add a flag to avoid bundling of css in the template html

This commit is contained in:
Arnab Sen
2022-04-03 20:46:08 +05:30
parent 3f97bb7072
commit 6d0e034173

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",
"build": "preact build --template src/index.html --prerender false --no-inline-css",
"dev": "preact watch --template src/index.html",
"serve-website": "cd packages/website; npm start",
"build-website": "cd packages/website; npm run build",