We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-inline-css
1 parent 4fe4eef commit dadb399Copy full SHA for dadb399
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"engine": "use yarn instead of npm please",
8
"start": "if-env NODE_ENV=production && yarn serve || yarn dev",
9
- "build": "preact build --template src/index.html --no-prerender --no-sw",
+ "build": "preact build --template src/index.html --no-inline-css --no-prerender --no-sw",
10
"release": "gulp release",
11
"dev": "preact watch --template src/index.html --no-prerender",
12
"lint": "eslint src",
0 commit comments