From c12e73d34ad8b6051f184337365e0f30abf24a72 Mon Sep 17 00:00:00 2001 From: Kamil Monicz Date: Wed, 17 Jan 2024 06:21:13 +0100 Subject: [PATCH] es2015 --- src/components/modal.tsx | 6 +++++- vite.config.js | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/modal.tsx b/src/components/modal.tsx index a91c18e..edd6eac 100644 --- a/src/components/modal.tsx +++ b/src/components/modal.tsx @@ -96,7 +96,11 @@ const ModalContent: FC = () => {

{t("modal.about_osm")}

{t("modal.create_account")} - + OpenStreetMap.org

diff --git a/vite.config.js b/vite.config.js index ab987b4..34d3305 100644 --- a/vite.config.js +++ b/vite.config.js @@ -14,6 +14,7 @@ export default defineConfig(() => { }, }, build: { + target: "es2015", outDir: "build", }, plugins: [react()],