Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 1be0b9a

Browse files
committed
Tweak some
1 parent 87fc472 commit 1be0b9a

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

dist/bundle.js

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<title>React TypeScript dead simple starter</title>
5+
<title>Weather Map:React + redux-observable + TypeScript sample</title>
66
<link rel="stylesheet" href="./src/style/style.css">
77
</head>
88
<body>

src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ declare global {
1919
}
2020

2121
const composeEnhancers = (
22-
process.env.NODE_ENV === "development" &&
2322
window && window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__
2423
) || compose;
2524

0 commit comments

Comments
 (0)