Skip to content

Commit dadb399

Browse files
committed
Added --no-inline-css so that style tags are not removed during build.
1 parent 4fe4eef commit dadb399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"engine": "use yarn instead of npm please",
88
"start": "if-env NODE_ENV=production && yarn serve || yarn dev",
9-
"build": "preact build --template src/index.html --no-prerender --no-sw",
9+
"build": "preact build --template src/index.html --no-inline-css --no-prerender --no-sw",
1010
"release": "gulp release",
1111
"dev": "preact watch --template src/index.html --no-prerender",
1212
"lint": "eslint src",

0 commit comments

Comments
 (0)