Skip to content

Commit 9a0bdc3

Browse files
author
=
committed
Merge branch 'develop'
2 parents db6938a + 73dd45e commit 9a0bdc3

File tree

8 files changed

+77
-81
lines changed

8 files changed

+77
-81
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"@turf/boolean-point-in-polygon": "^6.0.1",
7878
"chroma-js": "^2.0.3",
7979
"es7-shim": "^6.0.0",
80+
"html-webpack-plugin": "^3.2.0",
8081
"i18next-client": "^1.11.4",
8182
"intl": "^1.2.5",
8283
"jwt-decode": "^2.2.0",

src/index.html renamed to src/index.dev.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
</head>
1010
<body>
1111
<div id="root" style="height: 100%;"></div>
12-
<!--
13-
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
14-
-->
1512
<script src="/index.bundle.js"></script>
1613
</body>
1714
</html>

0 commit comments

Comments
 (0)