Skip to content

Commit 8539645

Browse files
committed
Server-side only React
1 parent 9b62ea4 commit 8539645

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ build
1414
.env
1515
npm-debug.log
1616
yarn-error.log
17-
18-
#
19-
firebase.json
File renamed without changes.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "yarn run preact && react-snap && yarn run generate-sw && yarn run generate-appcache",
2424
"test": "react-scripts test --env=jsdom",
2525
"eject": "react-scripts eject",
26-
"deploy": "npm run build && yarn run generate-fb && firebase deploy",
26+
"deploy": "npm run build && firebase deploy",
2727
"generate-sw": "sw-precache --root=build --config scripts/sw-precache-config.js && uglifyjs build/service-worker.js -o build/service-worker.js",
2828
"generate-appcache": "node scripts/generate-appcache",
2929
"generate-fb": "node scripts/add-push-headers.js",
@@ -32,7 +32,6 @@
3232
},
3333
"reactSnap": {
3434
"inlineCss": true,
35-
"http2PushManifest": true,
36-
"asyncScriptTags": true
35+
"removeScriptTags": true
3736
}
3837
}

public/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<link rel="shortcut icon" type="image/png" href="%PUBLIC_URL%/icons/icon-32.png" sizes="32x32">
1919
<link rel="icon" type="image/png" href="%PUBLIC_URL%/icons/icon-192.png" sizes="192x192">
2020
<link rel="icon" type="image/png" href="%PUBLIC_URL%/icons/icon-512.png" sizes="512x512">
21-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
2221
<meta name="mobile-web-app-capable" content="yes">
2322
<meta name="apple-mobile-web-app-title" content="yagd">
2423
<meta name="apple-mobile-web-app-capable" content="yes">

0 commit comments

Comments
 (0)